From e83f423c7aa41f120688151693f54673f1ca833c Mon Sep 17 00:00:00 2001 From: Evan Mullins Date: Wed, 3 Jul 2024 12:51:17 -0400 Subject: [PATCH] remove methods.classnames as its not used --- assets/js/components/notifications/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/js/components/notifications/index.js b/assets/js/components/notifications/index.js index 6d6c0fd..1440945 100644 --- a/assets/js/components/notifications/index.js +++ b/assets/js/components/notifications/index.js @@ -152,7 +152,7 @@ const Notifications = ({methods, constants, ...props}) => { if (`${window.NewfoldRuntime.plugin.brand}-app-nav` === constants.context && activeNotifications.length > 0) { return ( -
+
{ ); } else { return ( -
+
{activeNotifications.map(notification => (