Clean up debug code

This commit is contained in:
Eric Bailey
2025-06-17 18:25:06 -05:00
parent 0e4bbc1a0a
commit 0c5b05e668
2 changed files with 8 additions and 8 deletions
@@ -105,7 +105,7 @@ export function ActivityNotificationsAnnouncement() {
}, },
]} ]}
alt={_( alt={_(
msg`An illustration showing that Bluesky selects trusted verifiers, and trusted verifiers in turn verify individual user accounts.`, msg`A screenshot of the Bluesky app showing a profile screen with a button with a bell icon inside. This button is used to subscribe to notifications for new posts from that user.`,
)} )}
/> />
</View> </View>
@@ -145,7 +145,7 @@ export function ActivityNotificationsAnnouncement() {
</ButtonText> </ButtonText>
</Button> </Button>
<Button <Button
label={_(msg`Edit who can subscribe`)} label={_(msg`Edit who can subscribe to your posts`)}
size="large" size="large"
variant="solid" variant="solid"
color="secondary" color="secondary"
+6 -6
View File
@@ -33,12 +33,12 @@ const queuedNuxs: {
preferences: UsePreferencesQueryResponse preferences: UsePreferencesQueryResponse
}) => boolean }) => boolean
}[] = [ }[] = [
// { {
// id: Nux.InitialVerificationAnnouncement, id: Nux.InitialVerificationAnnouncement,
// enabled: ({currentProfile}) => { enabled: ({currentProfile}) => {
// return isDaysOld(2, currentProfile.createdAt) return isDaysOld(2, currentProfile.createdAt)
// }, },
// }, },
{ {
id: Nux.ActivityNotificationsAnnouncement, id: Nux.ActivityNotificationsAnnouncement,
enabled: ({currentProfile}) => { enabled: ({currentProfile}) => {