From 65be8ba6f7773b228fdfca2fc623e2f4f0732977 Mon Sep 17 00:00:00 2001 From: proddy Date: Mon, 24 Jan 2022 20:58:54 +0100 Subject: [PATCH] auto formatting (npm run format) --- interface/src/project/DashboardData.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/interface/src/project/DashboardData.tsx b/interface/src/project/DashboardData.tsx index 96c9d17d3..81d497082 100644 --- a/interface/src/project/DashboardData.tsx +++ b/interface/src/project/DashboardData.tsx @@ -249,9 +249,7 @@ const DashboardData: FC = () => { }} /> )} - {deviceValue.h && ( - {deviceValue.h} - )} + {deviceValue.h && {deviceValue.h}}