Notifications Dropdown: Remove init method that doesn't do anything (cleanup)

This commit is contained in:
Alexander Skvortsov 2020-07-24 13:01:45 -04:00
parent 4ee6d6fd88
commit c08a56e9d8

View File

@ -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();