From 732b3d2ab0bc5d32dde928d3237a1ecea951d34f Mon Sep 17 00:00:00 2001 From: csawatzky Date: Thu, 28 Aug 2025 11:58:51 -0600 Subject: [PATCH] fixing the i2c sensors card erroring out when coming back to the page from support view --- src/device/autoDetect/DeviceScannedComponents.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/device/autoDetect/DeviceScannedComponents.tsx b/src/device/autoDetect/DeviceScannedComponents.tsx index b4e0c9f..fbc046e 100644 --- a/src/device/autoDetect/DeviceScannedComponents.tsx +++ b/src/device/autoDetect/DeviceScannedComponents.tsx @@ -226,9 +226,7 @@ export default function DeviceScannedComponents(props: Props){ {validCompAddresses.length > 0 ? validCompAddresses.map((addr, index) => { - return ( - - ) + return ()}/> }) :