about summary refs log tree commit diff
path: root/src/screens/Settings/Settings.tsx
diff options
context:
space:
mode:
authorsurfdude29 <149612116+surfdude29@users.noreply.github.com>2025-02-07 15:23:34 +0000
committerGitHub <noreply@github.com>2025-02-07 15:23:34 +0000
commit7d6adb416af9db37aef7d14a9537cab9a3e83602 (patch)
tree3c9aa564cfee733f63501f306c8e80e88eb1dff1 /src/screens/Settings/Settings.tsx
parent729b9c9cc0055b657b2b63eb41a069f5b242e1c9 (diff)
downloadvoidsky-7d6adb416af9db37aef7d14a9537cab9a3e83602.tar.zst
Update Settings.tsx (#7690)
Diffstat (limited to 'src/screens/Settings/Settings.tsx')
-rw-r--r--src/screens/Settings/Settings.tsx2
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>