mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
Fix eslint.
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user