Skip to content

Commit fb1ae2c

Browse files
authored
Fix an eslint failure (PR #1)
1 parent d9018db commit fb1ae2c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/SubMenu.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -156,7 +156,7 @@ export default class SubMenu extends AbstractMenu {
156156
e.preventDefault();
157157
this.hideSubMenu(e);
158158
}
159-
159+
160160
hideSubMenu = (e) => {
161161
// avoid closing submenus of a different menu tree
162162
if (e.detail && e.detail.id && this.menu && e.detail.id !== this.menu.id) {

0 commit comments

Comments
 (0)