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