mirror of
https://github.com/flarum/framework.git
synced 2025-02-18 22:12:50 +08:00
Notifications Dropdown: Remove init method that doesn't do anything (cleanup)
This commit is contained in:
parent
4ee6d6fd88
commit
c08a56e9d8
|
@ -13,10 +13,6 @@ export default class NotificationsDropdown extends Dropdown {
|
||||||
super.initProps(props);
|
super.initProps(props);
|
||||||
}
|
}
|
||||||
|
|
||||||
init() {
|
|
||||||
super.init();
|
|
||||||
}
|
|
||||||
|
|
||||||
getButton() {
|
getButton() {
|
||||||
const newNotifications = this.getNewCount();
|
const newNotifications = this.getNewCount();
|
||||||
const vdom = super.getButton();
|
const vdom = super.getButton();
|
||||||
|
|
Loading…
Reference in New Issue
Block a user