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:
@@ -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);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user