diff --git a/ghost/admin/app/components/gh-notifications.js b/ghost/admin/app/components/gh-notifications.js index e0ecf2b559..ec124fa8e3 100644 --- a/ghost/admin/app/components/gh-notifications.js +++ b/ghost/admin/app/components/gh-notifications.js @@ -8,7 +8,7 @@ var NotificationsComponent = Ember.Component.extend({ notification.get('status') : notification.status; return displayStatus === 'passive'; - }), + }) }); export default NotificationsComponent; diff --git a/ghost/admin/app/templates/-nav-menu.hbs b/ghost/admin/app/templates/-nav-menu.hbs index a5b2bcc856..bef4912b30 100644 --- a/ghost/admin/app/templates/-nav-menu.hbs +++ b/ghost/admin/app/templates/-nav-menu.hbs @@ -9,7 +9,7 @@ {{/gh-dropdown-button}} {{#gh-dropdown tagName="div" classNames="dropdown" name="user-menu" closeOnClick="true"}}