chore: lint

This commit is contained in:
karishmas6
2024-10-03 02:51:08 +05:30
parent 0221c96cd8
commit f0d35dbef8

View File

@@ -37,7 +37,7 @@ const ApiKey = () => {
const [showKey, setShowKey] = useState<boolean>(false);
const [copySuccess, setCopySuccess] = useState<boolean>(false);
const {notify} = useGlobalInfoStore();
const { notify } = useGlobalInfoStore();
useEffect(() => {
const fetchApiKey = async () => {