diff --git a/src/components/Notifications/NotificationsFeed.tsx b/src/components/Notifications/NotificationsFeed.tsx index 61e5a4af..93eb0d0c 100644 --- a/src/components/Notifications/NotificationsFeed.tsx +++ b/src/components/Notifications/NotificationsFeed.tsx @@ -244,6 +244,7 @@ export default function NotificationsFeed({ unreadNotifications={unreadNotifications} onChangeTab={onChangeTab} activeTab={activeTab} + isModal /> @@ -325,6 +326,7 @@ const Feed = ({ previousNotifications, readNotifications, activeTab, + isModal, onChangeTab }: { unreadNotifications: DCLNotification[] @@ -332,6 +334,7 @@ const Feed = ({ readNotifications: DCLNotification[] locale: NotificationLocale activeTab: NotificationActiveTab + isModal?: boolean onChangeTab: ( e: React.MouseEvent, newActiveTab: NotificationActiveTab @@ -356,7 +359,13 @@ const Feed = ({ {i18N[locale].feed.tabs.read} -
+
{activeTab == 'newest' ? ( <>