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 () => {