From c76f094dc376d307d698b81c12e9d41076326345 Mon Sep 17 00:00:00 2001 From: RadoslavDimchev Date: Wed, 18 Oct 2023 16:03:33 +0300 Subject: [PATCH] fix: remove useless div from alerts --- src/components/General/RightSideBar/AlertsList.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/components/General/RightSideBar/AlertsList.tsx b/src/components/General/RightSideBar/AlertsList.tsx index 0e74df3e..a60b1950 100644 --- a/src/components/General/RightSideBar/AlertsList.tsx +++ b/src/components/General/RightSideBar/AlertsList.tsx @@ -38,9 +38,7 @@ const AlertsList = () => { Alerts -
- -
+ {alerts.map(alert => (