From f0d35dbef802cf82ba085eaf0220a5f31a74deb8 Mon Sep 17 00:00:00 2001 From: karishmas6 Date: Thu, 3 Oct 2024 02:51:08 +0530 Subject: [PATCH] chore: lint --- src/components/organisms/ApiKey.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/organisms/ApiKey.tsx b/src/components/organisms/ApiKey.tsx index 7d38bb30..4e1f93d8 100644 --- a/src/components/organisms/ApiKey.tsx +++ b/src/components/organisms/ApiKey.tsx @@ -37,7 +37,7 @@ const ApiKey = () => { const [showKey, setShowKey] = useState(false); const [copySuccess, setCopySuccess] = useState(false); - const {notify} = useGlobalInfoStore(); + const { notify } = useGlobalInfoStore(); useEffect(() => { const fetchApiKey = async () => {