diff --git a/js/src/forum/components/NotificationsDropdown.js b/js/src/forum/components/NotificationsDropdown.js index 735d9ae8d..916970256 100644 --- a/js/src/forum/components/NotificationsDropdown.js +++ b/js/src/forum/components/NotificationsDropdown.js @@ -52,7 +52,7 @@ export default class NotificationsDropdown extends Dropdown { } goToRoute() { - m.route(app.route('notifications')); + m.route.set(app.route('notifications')); } getUnreadCount() {