mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 12:24:55 +00: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'));
|
result.push(h('hr'));
|
||||||
|
|
||||||
const items = [notificationItems]
|
const items = [notificationItems];
|
||||||
|
|
||||||
if (notificationItems.length > 0) {
|
if (notificationItems.length > 0) {
|
||||||
items.push(
|
items.push(
|
||||||
|
Loading…
x
Reference in New Issue
Block a user