Commit f2f7ef9d authored by Clement Ho's avatar Clement Ho

[skip ci] fix eslint

parent 5351071b
......@@ -420,7 +420,7 @@ import eventHub from './sidebar/event_hub';
}
if ($selectbox[0]) {
getSelected().forEach((selectedId) => highlightSelected(selectedId));
getSelected().forEach(selectedId => highlightSelected(selectedId));
} else {
highlightSelected(selectedId);
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment