You've already forked joplin
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:
@@ -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'));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user