You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-12-02 22:49:09 +02:00
Various improvements
This commit is contained in:
@@ -108,7 +108,7 @@ class SideMenuContentComponent extends Component {
|
||||
);
|
||||
}
|
||||
|
||||
items.push(<View style={{ height: 50, flex: -1 }} key='divider_1'></View>); // DIVIDER
|
||||
if (items.length) items.push(<View style={{ height: 50, flex: -1 }} key='divider_1'></View>); // DIVIDER
|
||||
|
||||
items.push(<Button title="Synchronize" onPress={() => { this.synchronize_press() }} key='synchronize' />);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user