From ee215bccfafebbcd61748e122fe6ec7e2f775a0f Mon Sep 17 00:00:00 2001 From: Salman Date: Sat, 16 Mar 2024 08:34:21 +0530 Subject: [PATCH] fix: notification error behind detail sidebar --- frontend/src/components/context/Notifications/Notifications.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/components/context/Notifications/Notifications.tsx b/frontend/src/components/context/Notifications/Notifications.tsx index 81802fff6..7a9e6af33 100644 --- a/frontend/src/components/context/Notifications/Notifications.tsx +++ b/frontend/src/components/context/Notifications/Notifications.tsx @@ -11,7 +11,7 @@ const Notifications = ({ notifications, clearNotification }: NoticationsProps) = } return ( -
+
{notifications.map((notif) => ( ))}