From 58b8eef92fcd268437bba35ecd754c0adff038b0 Mon Sep 17 00:00:00 2001 From: isra el Date: Sat, 12 Jul 2025 18:06:11 +0300 Subject: [PATCH] chore(web): fix api key and device list key issue --- web/app/(app)/dashboard/(components)/api-keys.tsx | 2 +- web/app/(app)/dashboard/(components)/device-list.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/web/app/(app)/dashboard/(components)/api-keys.tsx b/web/app/(app)/dashboard/(components)/api-keys.tsx index 3351426..536ddb9 100644 --- a/web/app/(app)/dashboard/(components)/api-keys.tsx +++ b/web/app/(app)/dashboard/(components)/api-keys.tsx @@ -169,7 +169,7 @@ export default function ApiKeys() { )} {apiKeys?.data?.map((apiKey) => ( - +
diff --git a/web/app/(app)/dashboard/(components)/device-list.tsx b/web/app/(app)/dashboard/(components)/device-list.tsx index 0dccb8e..321fdc6 100644 --- a/web/app/(app)/dashboard/(components)/device-list.tsx +++ b/web/app/(app)/dashboard/(components)/device-list.tsx @@ -77,7 +77,7 @@ export default function DeviceList() { )} {devices?.data?.map((device) => ( - +