1
0
mirror of https://github.com/flarum/core.git synced 2025-08-11 10:55:47 +02:00

Fix m.route => m.route.set in NotificationsDropdown

This commit is contained in:
Alexander Skvortsov
2020-08-08 13:39:54 -04:00
committed by Franz Liedke
parent 66c2f6b76a
commit 37d2902cd1

View File

@@ -52,7 +52,7 @@ export default class NotificationsDropdown extends Dropdown {
} }
goToRoute() { goToRoute() {
m.route(app.route('notifications')); m.route.set(app.route('notifications'));
} }
getUnreadCount() { getUnreadCount() {