mirror of
https://github.com/flarum/core.git
synced 2025-08-04 15:37:51 +02:00
Fix notification error
This commit is contained in:
@@ -6,6 +6,8 @@ export default class DiscussionStickiedNotification extends Notification {
|
|||||||
}
|
}
|
||||||
|
|
||||||
href() {
|
href() {
|
||||||
|
const notification = this.props.notification;
|
||||||
|
|
||||||
return app.route.discussion(notification.subject(), notification.content().postNumber);
|
return app.route.discussion(notification.subject(), notification.content().postNumber);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user