Removed unused code
This commit is contained in:
parent
abc65a9347
commit
218fdde8d9
1 changed files with 1 additions and 11 deletions
|
@ -290,7 +290,7 @@ export function SettingsScreen({}: Props) {
|
|||
</SimpleViewHeader>
|
||||
<ScrollView
|
||||
style={[s.hContentRegion]}
|
||||
contentContainerStyle={[isMobile && pal.viewLight]}
|
||||
contentContainerStyle={isMobile && pal.viewLight}
|
||||
scrollIndicatorInsets={{right: 1}}>
|
||||
<View style={styles.spacer20} />
|
||||
{currentAccount ? (
|
||||
|
@ -910,14 +910,4 @@ const styles = StyleSheet.create({
|
|||
alignItems: 'center',
|
||||
paddingLeft: 18,
|
||||
},
|
||||
desktopContainer: {
|
||||
borderLeftWidth: 1,
|
||||
borderRightWidth: 1,
|
||||
},
|
||||
noBorder: {
|
||||
borderBottomWidth: 0,
|
||||
borderTopWidth: 0,
|
||||
borderRightWidth: 0,
|
||||
borderLeftWidth: 0,
|
||||
},
|
||||
})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue