From c08a56e9d807340696a658d57b9b03989195c33d Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Fri, 24 Jul 2020 13:01:45 -0400 Subject: [PATCH] Notifications Dropdown: Remove init method that doesn't do anything (cleanup) --- js/src/forum/components/NotificationsDropdown.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/js/src/forum/components/NotificationsDropdown.js b/js/src/forum/components/NotificationsDropdown.js index f44a3ca3c..b930b0520 100644 --- a/js/src/forum/components/NotificationsDropdown.js +++ b/js/src/forum/components/NotificationsDropdown.js @@ -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();