From 0006165f1ac166707dafc97eded87215d5db517b Mon Sep 17 00:00:00 2001 From: amhsirak Date: Tue, 30 Dec 2025 00:37:37 +0530 Subject: [PATCH] fix: show created on col if apiKeyCreatedAt exists --- src/components/api/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/api/ApiKey.tsx b/src/components/api/ApiKey.tsx index fc81aecb..73f95dc7 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -136,7 +136,7 @@ const ApiKeyManager = () => { {t('apikey.table.name')} {t('apikey.table.key')} - Created On + {apiKeyCreatedAt && Created On} {t('apikey.table.actions')}