From 5a60d9d7a12c4ab35c95a4fa494f81e7d5f19f12 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) --- .../core/js/src/forum/components/NotificationsDropdown.js | 4 ---- 1 file changed, 4 deletions(-) diff --git a/framework/core/js/src/forum/components/NotificationsDropdown.js b/framework/core/js/src/forum/components/NotificationsDropdown.js index f44a3ca3c..b930b0520 100644 --- a/framework/core/js/src/forum/components/NotificationsDropdown.js +++ b/framework/core/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();