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 ()}/> }) :