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