From fe011bf2852ee09d958485cf4137ddf52faaf7ee Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Sat, 8 Aug 2020 12:23:36 -0400 Subject: [PATCH] Add notifications to HeaderSecondary --- js/src/forum/components/HeaderSecondary.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/components/HeaderSecondary.js b/js/src/forum/components/HeaderSecondary.js index 5096d5727..c1881c4b8 100644 --- a/js/src/forum/components/HeaderSecondary.js +++ b/js/src/forum/components/HeaderSecondary.js @@ -65,7 +65,7 @@ export default class HeaderSecondary extends Component { } if (app.session.user) { - // items.add('notifications', NotificationsDropdown.component({ state: app.notifications }), 10); + items.add('notifications', NotificationsDropdown.component({ state: app.notifications }), 10); // items.add('session', SessionDropdown.component(), 0); } else { if (app.forum.attribute('allowSignUp')) {