From 62ee62859febcc223e851cf659a75e39bed7ed9a Mon Sep 17 00:00:00 2001 From: isra el Date: Fri, 29 Mar 2024 07:11:58 +0300 Subject: [PATCH] chore(web): temporarily hide delete buttons --- web/components/dashboard/ApiKeyList.tsx | 4 ++-- web/components/dashboard/DeviceList.tsx | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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} /> - + */} )