diff options
author | surfdude29 <149612116+surfdude29@users.noreply.github.com> | 2025-02-07 15:23:34 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-02-07 15:23:34 +0000 |
commit | 7d6adb416af9db37aef7d14a9537cab9a3e83602 (patch) | |
tree | 3c9aa564cfee733f63501f306c8e80e88eb1dff1 | |
parent | 729b9c9cc0055b657b2b63eb41a069f5b242e1c9 (diff) | |
download | voidsky-7d6adb416af9db37aef7d14a9537cab9a3e83602.tar.zst |
Update Settings.tsx (#7690)
-rw-r--r-- | src/screens/Settings/Settings.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Settings/Settings.tsx b/src/screens/Settings/Settings.tsx index b8c57c3b8..2d44ab390 100644 --- a/src/screens/Settings/Settings.tsx +++ b/src/screens/Settings/Settings.tsx @@ -421,7 +421,7 @@ function AccountRow({ <View style={[{width: 28}]} /> )} <SettingsList.ItemText> - <Trans>{sanitizeHandle(account.handle, '@')}</Trans> + {sanitizeHandle(account.handle, '@')} </SettingsList.ItemText> {pendingDid === account.did && <SettingsList.ItemIcon icon={Loader} />} </SettingsList.PressableItem> |