diff --git a/src/lib/statsig/gates.ts b/src/lib/statsig/gates.ts
index 10dda8ba3a..2bb94b8897 100644
--- a/src/lib/statsig/gates.ts
+++ b/src/lib/statsig/gates.ts
@@ -3,7 +3,6 @@ export type Gate =
| 'alt_share_icon'
| 'debug_show_feedcontext'
| 'debug_subscriptions'
- | 'disable_onboarding_policy_update_notice'
| 'explore_show_suggested_feeds'
| 'feed_reply_button_open_thread'
| 'old_postonboarding'
diff --git a/src/screens/PostThread/index.tsx b/src/screens/PostThread/index.tsx
index 64a6f0f295..f91a36e98e 100644
--- a/src/screens/PostThread/index.tsx
+++ b/src/screens/PostThread/index.tsx
@@ -428,6 +428,7 @@ export function PostThread({uri}: {uri: string}) {
/>
)
} else {
+ // return
return (
-
-
- You also agree to{' '}
-
- Bluesky’s Community Guidelines
-
- . An{' '}
-
- updated version of our Community Guidelines
- {' '}
- will take effect on October 15th.
-
-
-
- )
-}
-
export const Policies = ({
serviceDescription,
needsGuardian,
@@ -67,7 +36,6 @@ export const Policies = ({
This service has not provided terms of service or a privacy policy.
-
)
}
@@ -145,8 +113,6 @@ export const Policies = ({
) : undefined}
-
-
)
}