Bluesky app fork with some witchin' additions 💫
0
fork

Configure Feed

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

Update Settings.tsx (#7690)

authored by

surfdude29 and committed by
GitHub
7d6adb41 729b9c9c

+1 -1
+1 -1
src/screens/Settings/Settings.tsx
··· 421 421 <View style={[{width: 28}]} /> 422 422 )} 423 423 <SettingsList.ItemText> 424 - <Trans>{sanitizeHandle(account.handle, '@')}</Trans> 424 + {sanitizeHandle(account.handle, '@')} 425 425 </SettingsList.ItemText> 426 426 {pendingDid === account.did && <SettingsList.ItemIcon icon={Loader} />} 427 427 </SettingsList.PressableItem>