1
0
mirror of https://github.com/laurent22/joplin.git synced 2025-11-29 22:48:10 +02:00

Mobile: Fixed sidebar error

This commit is contained in:
Laurent Cozic
2019-02-03 16:15:07 +00:00
parent 0050c90678
commit cf427eba0f

View File

@@ -201,7 +201,7 @@ class SideMenuContentComponent extends Component {
if (this.props.folders.length) {
const result = shared.renderFolders(this.props, this.folderItem.bind(this));
folderItems = result.items;
const folderItems = result.items;
items = items.concat(folderItems);
if (items.length) items.push(this.makeDivider('divider_1'));
}