fix indentation
This commit is contained in:
parent
fe3822354a
commit
42348b281c
|
@ -20,8 +20,7 @@ const SubMenuModal: FC<SubMenuProps> = props => {
|
|||
<TouchableOpacity onPress={onFactoryReset} style={styles.itemContainer}>
|
||||
<Text style={styles.menuText}>Factory Reset</Text>
|
||||
</TouchableOpacity>
|
||||
<View style={{borderBottomColor: 'white', borderBottomWidth: StyleSheet.hairlineWidth}}
|
||||
/>
|
||||
<View style={{borderBottomColor: 'white', borderBottomWidth: StyleSheet.hairlineWidth}}/>
|
||||
<TouchableOpacity onPress={onLogout} style={styles.itemContainer}>
|
||||
<Text style={styles.menuText}>Logout</Text>
|
||||
</TouchableOpacity>
|
||||
|
@ -54,4 +53,4 @@ const SubMenuModal: FC<SubMenuProps> = props => {
|
|||
}
|
||||
});
|
||||
|
||||
export default SubMenuModal;
|
||||
export default SubMenuModal;
|
Loading…
Reference in New Issue