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}}