From ad386f7c8d280aec42b10d1ec3a303dfaeb467da Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 30 Aug 2024 11:10:22 +0200 Subject: [PATCH] only show blue icon for BBQKees boards --- interface/src/app/status/HardwareStatus.tsx | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) 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 ? ( + - ) : ( + + ) : ( + - )} - + + )}