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