From 2c395a781c35127d5d0b1f1b58095976ebe30697 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Mon, 10 Aug 2020 00:55:30 -0400 Subject: [PATCH] update: forum/components/NotificationsPage --- js/src/forum/components/NotificationsPage.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/js/src/forum/components/NotificationsPage.js b/js/src/forum/components/NotificationsPage.js index 484e390b3..dc1e2ff68 100644 --- a/js/src/forum/components/NotificationsPage.js +++ b/js/src/forum/components/NotificationsPage.js @@ -6,8 +6,8 @@ import NotificationList from './NotificationList'; * used on mobile devices where the notifications dropdown is within the drawer. */ export default class NotificationsPage extends Page { - init() { - super.init(); + oninit(vnode) { + super.oninit(vnode); app.history.push('notifications');