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 => (