You've already forked joplin
mirror of
https://github.com/laurent22/joplin.git
synced 2025-06-15 23:00:36 +02:00
Chore: Apply eslint rules
This commit is contained in:
@ -76,7 +76,7 @@ class SideMenuContentNoteComponent extends Component {
|
||||
|
||||
for (const option of options) {
|
||||
if (option.isDivider) {
|
||||
items.push(this.renderDivider('divider_' + dividerIndex++));
|
||||
items.push(this.renderDivider(`divider_${dividerIndex++}`));
|
||||
} else {
|
||||
items.push(this.renderSideBarButton(option.title, option.title, null, option.onPress));
|
||||
}
|
||||
|
Reference in New Issue
Block a user