diff --git a/interface/src/app/status/HardwareStatus.tsx b/interface/src/app/status/HardwareStatus.tsx index 5cf96e1a2..16e3204c1 100644 --- a/interface/src/app/status/HardwareStatus.tsx +++ b/interface/src/app/status/HardwareStatus.tsx @@ -47,16 +47,18 @@ const HardwareStatus = () => { - - {data.model ? ( + {data.model ? ( + - ) : ( + + ) : ( + - )} - + + )}