mirror of
https://github.com/discourse/discourse.git
synced 2024-11-28 02:34:43 +08:00
Fix eslint.
This commit is contained in:
parent
2b651b20cf
commit
323efcab71
|
@ -68,7 +68,7 @@ export default createWidget('user-notifications', {
|
|||
|
||||
result.push(h('hr'));
|
||||
|
||||
const items = [notificationItems]
|
||||
const items = [notificationItems];
|
||||
|
||||
if (notificationItems.length > 0) {
|
||||
items.push(
|
||||
|
|
Loading…
Reference in New Issue
Block a user