mirror of
https://github.com/flarum/core.git
synced 2025-07-20 00:01:17 +02:00
Notifications Dropdown: Remove init method that doesn't do anything (cleanup)
This commit is contained in:
@@ -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();
|
||||
|
Reference in New Issue
Block a user