mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-04-01 09:39:51 -04:00
Fix eslint.
This commit is contained in:
parent
2b651b20cf
commit
323efcab71
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Reference in a new issue