1
0
mirror of https://github.com/flarum/core.git synced 2025-07-25 10:41:24 +02:00

Fix notification error

This commit is contained in:
Toby Zerner
2015-07-28 15:35:28 +09:30
parent e450a90464
commit 145f783006

View File

@@ -6,6 +6,8 @@ export default class DiscussionStickiedNotification extends Notification {
}
href() {
const notification = this.props.notification;
return app.route.discussion(notification.subject(), notification.content().postNumber);
}