diff --git a/src/js/views/Notifications.js b/src/js/views/Notifications.js index c6413a88..1340227f 100644 --- a/src/js/views/Notifications.js +++ b/src/js/views/Notifications.js @@ -24,7 +24,7 @@ export default class Notifications extends View { return html`

${t('notifications')}

- ${Object.keys(this.notifications).length === 0 ? html`' + ${Object.keys(this.notifications).length === 0 ? html`

No notifications yet

`:''} ${Object.keys(this.notifications).sort().reverse().map(k => {