From 41809f098c866f4f8b130b3bb6d393a99007ae9a Mon Sep 17 00:00:00 2001 From: Jaime Idolpx Date: Thu, 11 Jun 2026 14:47:40 -0400 Subject: [PATCH] feat(DevicesPage): remove unnecessary device click button from device display --- src/app/components/DevicesPage.tsx | 3 --- 1 file changed, 3 deletions(-) diff --git a/src/app/components/DevicesPage.tsx b/src/app/components/DevicesPage.tsx index 4aec566..3078fe0 100644 --- a/src/app/components/DevicesPage.tsx +++ b/src/app/components/DevicesPage.tsx @@ -387,9 +387,6 @@ export default function DevicesPage({ config, setConfig, openDeviceId, onClearOp device.enabled ? 'translate-x-5' : 'translate-x-0.5' }`} /> - )}