diff --git a/web/components/dashboard/ApiKeyList.tsx b/web/components/dashboard/ApiKeyList.tsx
index 1d01dff..af25e9c 100644
--- a/web/components/dashboard/ApiKeyList.tsx
+++ b/web/components/dashboard/ApiKeyList.tsx
@@ -33,11 +33,11 @@ const ApiKeyRow = ({ apiKey }: any) => {
{apiKey.apiKey} |
{apiKey.status} |
-
+ {/*
-
+ */}
|
)
diff --git a/web/components/dashboard/DeviceList.tsx b/web/components/dashboard/DeviceList.tsx
index badcf6e..61cf5c2 100644
--- a/web/components/dashboard/DeviceList.tsx
+++ b/web/components/dashboard/DeviceList.tsx
@@ -25,13 +25,13 @@ const DeviceRow = ({ device, onDelete }: any) => {
{enabled ? 'enabled' : 'disabled'} |
{/* {}} /> */} |
-
+ {/*
}
// onDoubleClick={onDelete}
/>
-
+ */}
|
)