From c263f16346be251fe45c9b3b67e574a9dba45be8 Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 28 Aug 2025 12:00:30 -0600 Subject: [PATCH] fixing the i2c sensors card erroring out when coming back to the page from support view via the breadcrumb --- src/device/autoDetect/DeviceScannedComponents.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/device/autoDetect/DeviceScannedComponents.tsx b/src/device/autoDetect/DeviceScannedComponents.tsx index b4e0c9f..eea431c 100644 --- a/src/device/autoDetect/DeviceScannedComponents.tsx +++ b/src/device/autoDetect/DeviceScannedComponents.tsx @@ -227,7 +227,7 @@ export default function DeviceScannedComponents(props: Props){ {validCompAddresses.length > 0 ? validCompAddresses.map((addr, index) => { return ( - + ()}/> ) }) :