From 4c46f726fbee629abe3717e675bff07dccd2ad63 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Fri, 11 Oct 2024 02:54:30 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/ApiKey.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx index bdc393e7..7bcf728d 100644 --- a/src/components/organisms/ApiKey.tsx +++ b/src/components/organisms/ApiKey.tsx @@ -89,7 +89,7 @@ const ApiKeyManager = () => { return ( - Manage Your API Key + Manage Your API Key {apiKey ? ( @@ -129,7 +129,7 @@ const ApiKeyManager = () => { ) : ( <> You haven't generated an API key yet. -