From 37d2902cd18c4f3c4026f4ba05e6bf313483ad7b Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Sat, 8 Aug 2020 13:39:54 -0400 Subject: [PATCH] Fix m.route => m.route.set in NotificationsDropdown --- js/src/forum/components/NotificationsDropdown.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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() {