From 5041fb07059a152379ece62978ec07e3d97a08f6 Mon Sep 17 00:00:00 2001 From: Carter Date: Thu, 13 Feb 2025 11:21:20 -0600 Subject: [PATCH] printing modem component for debug --- src/device/DeviceOverview.tsx | 1 + 1 file changed, 1 insertion(+) 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()); }