diff --git a/src/device/DeviceOverview.tsx b/src/device/DeviceOverview.tsx index 22ceb24..88f8de8 100644 --- a/src/device/DeviceOverview.tsx +++ b/src/device/DeviceOverview.tsx @@ -149,6 +149,7 @@ export default function DeviceOverview(props: Props) { variant={modemComponent ? "filled" : "outlined"} clickable={modemComponent !== null} onClick={() => { + console.log(modemComponent) if (modemComponent && modemComponent.key()) { navigate(pathToDevice() + "/components/" + modemComponent.key()); }