From 58cb390a798989756ae1c449f004d25084f43baf Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Sat, 21 Oct 2023 19:33:06 +0300 Subject: [PATCH] fix uptime cards --- src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx | 2 +- src/pages/Dashboard/DeviceUptime/DeviceUptime.tsx | 2 +- src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx index ec8cb241..469a03ee 100644 --- a/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx +++ b/src/pages/Dashboard/ConsensusUptime/ConsensusUptimeCard.tsx @@ -9,7 +9,7 @@ const ConsensusUptimeCard = () => { const monthlyActivity = [3, 0, 5, 4, 6, 7, 8, 9, 10, 1, 2, 3] return ( - + diff --git a/src/pages/Dashboard/DeviceUptime/DeviceUptime.tsx b/src/pages/Dashboard/DeviceUptime/DeviceUptime.tsx index 5e1680d2..e996fb6a 100644 --- a/src/pages/Dashboard/DeviceUptime/DeviceUptime.tsx +++ b/src/pages/Dashboard/DeviceUptime/DeviceUptime.tsx @@ -28,7 +28,7 @@ const DeviceUptime = () => { } return ( - + diff --git a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx index d6b93768..020553e8 100644 --- a/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx +++ b/src/pages/Dashboard/ExecutionUptime/ExecutionUptime.tsx @@ -8,7 +8,7 @@ import DashboardCardWrapper from '../DashboardCardWrapper' const ExecutionUptime = () => { const monthlyActivity = [3, 0, 5, 4, 6, 7, 0, 9, 10, 1, 2, 3] return ( - +