diff options
author | Rahul Yadav <52163880+rahulyadav5524@users.noreply.github.com> | 2024-01-07 20:21:15 +0530 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-01-07 20:21:15 +0530 |
commit | e3e13a362f68444055e479f0d4979b01f5905fd4 (patch) | |
tree | 828b274a3e93df4b379300896b6501cd60a73cec | |
parent | 9fabf28cab2dcfd5ba8796bd38424b136dd49ef0 (diff) | |
download | voidsky-e3e13a362f68444055e479f0d4979b01f5905fd4.tar.zst |
Fixed same issue
-rw-r--r-- | src/view/screens/Settings.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/view/screens/Settings.tsx b/src/view/screens/Settings.tsx index 284f568a7..f85ce44b2 100644 --- a/src/view/screens/Settings.tsx +++ b/src/view/screens/Settings.tsx @@ -276,7 +276,6 @@ export function SettingsScreen({}: Props) { <View style={s.hContentRegion} testID="settingsScreen"> <SimpleViewHeader showBackButton={isMobile} - showOnDesktop style={[ pal.border, {borderBottomWidth: 1}, |