From 0abb78648009aff14d76134b6e90e712f29ea24f Mon Sep 17 00:00:00 2001 From: amhsirak Date: Sat, 8 Feb 2025 15:38:39 +0530 Subject: [PATCH] feat: show icon as per key visibility --- 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 9d54fe5c..3a085576 100644 --- a/src/components/api/ApiKey.tsx +++ b/src/components/api/ApiKey.tsx @@ -137,7 +137,7 @@ const ApiKeyManager = () => { setShowKey(!showKey)}> - + {showKey ? : }