diff --git a/src/components/General/RightSideBar/AlertsList.tsx b/src/components/General/RightSideBar/AlertsList.tsx index 4d18b89c..abef9be3 100644 --- a/src/components/General/RightSideBar/AlertsList.tsx +++ b/src/components/General/RightSideBar/AlertsList.tsx @@ -42,7 +42,7 @@ const AlertsList = () => { {alerts.map(alert => ( } variant={alert.variant} diff --git a/src/components/General/RightSideBar/LogsList.tsx b/src/components/General/RightSideBar/LogsList.tsx index 01f452af..0cccf150 100644 --- a/src/components/General/RightSideBar/LogsList.tsx +++ b/src/components/General/RightSideBar/LogsList.tsx @@ -38,7 +38,7 @@ const LogsList = () => { {logs.map(log => ( } variant={log.variant}