diff options
| -rw-r--r-- | app/components/Settings.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/app/components/Settings.js b/app/components/Settings.js index ae01c054ef..8c66c4bb1f 100644 --- a/app/components/Settings.js +++ b/app/components/Settings.js @@ -96,7 +96,6 @@ export default class Settings extends Component { iconStyle={styles.settings__icon_chevron} tintColor='currentColor'/> )} - <View style={styles.settings__cell_spacer}/> </View> <CellButton onPress={ this.props.onViewPreferences } @@ -110,6 +109,7 @@ export default class Settings extends Component { text='Advanced' icon='icon-chevron' tintColor='currentColor'/> + <View style={styles.settings__cell_spacer}/> </View>; } |
