From 03b874f9617f159e3b8314648106c8ce6abee5e3 Mon Sep 17 00:00:00 2001 From: Hristo Nedelkov Date: Fri, 20 Oct 2023 15:15:25 +0300 Subject: [PATCH] format --- 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 1427e8bd..bcf1292c 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 96357535..5e1680d2 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 a808833b..d6b93768 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 ( - +