From 54cd542561adc6551d8f7a885dc39c1fc221c08a Mon Sep 17 00:00:00 2001 From: Shekar Siri Date: Wed, 24 Aug 2022 17:27:37 +0200 Subject: [PATCH] change(ui) - alerts icon --- .../app/components/Dashboard/components/Alerts/AlertsList.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx index 68443d3d0..8ac612b2c 100644 --- a/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx +++ b/frontend/app/components/Dashboard/components/Alerts/AlertsList.tsx @@ -35,7 +35,7 @@ function AlertsList({ fetchList, list: alertsList, alertsSearch, siteId, init, f show={lenth === 0} title={
- +
{alertsSearch !== '' ? 'No matching results' : "You haven't created any alerts yet"}