Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Merge branch 'main' of https://github.com/bluesky-social/social-app

+3 -3
+3 -3
src/components/verification/VerificationCheckButton.tsx
··· 99 99 : _(msg`View this user's verifications`) 100 100 } 101 101 hitSlop={20} 102 - onPress={() => { 102 + onPress={evt => { 103 + evt.preventDefault() 103 104 logger.metric('verification:badge:click', {}, {statsig: true}) 104 105 if (state.profile.role === 'verifier') { 105 106 verifierDialogControl.open() 106 107 } else { 107 108 verificationsDialogControl.open() 108 109 } 109 - }} 110 - style={[]}> 110 + }}> 111 111 {({hovered}) => ( 112 112 <View 113 113 style={[