1
0
mirror of https://github.com/flarum/core.git synced 2025-08-09 09:57:06 +02:00

update: forum/components/NotificationsPage

This commit is contained in:
Alexander Skvortsov
2020-08-10 00:55:30 -04:00
committed by Franz Liedke
parent 21861f231b
commit 2c395a781c

View File

@@ -6,8 +6,8 @@ import NotificationList from './NotificationList';
* used on mobile devices where the notifications dropdown is within the drawer. * used on mobile devices where the notifications dropdown is within the drawer.
*/ */
export default class NotificationsPage extends Page { export default class NotificationsPage extends Page {
init() { oninit(vnode) {
super.init(); super.oninit(vnode);
app.history.push('notifications'); app.history.push('notifications');