mirror of
https://github.com/flarum/framework.git
synced 2025-02-21 03:59:39 +08:00
Remove unused notification component
This commit is contained in:
parent
5cef24a4af
commit
50e838e990
@ -1,17 +0,0 @@
|
||||
import Notification from 'flarum/components/Notification';
|
||||
|
||||
export default class DiscussionStickiedNotification extends Notification {
|
||||
icon() {
|
||||
return 'thumb-tack';
|
||||
}
|
||||
|
||||
href() {
|
||||
const notification = this.props.notification;
|
||||
|
||||
return app.route.discussion(notification.subject(), notification.content().postNumber);
|
||||
}
|
||||
|
||||
content() {
|
||||
return '{username} stickied';
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user