diff --git a/components/NewGameBan.tsx b/components/NewGameBan.tsx index feefceb..25db730 100644 --- a/components/NewGameBan.tsx +++ b/components/NewGameBan.tsx @@ -26,7 +26,7 @@ import { useState } from "react"; export default function (props: { isOpen: boolean; onClose: () => void }) { const actionMap: { [k: string]: number } = {}; const [users, setUsers] = useState([] as string[]); - const [loading, setLoading] = useState(true); + const [loading, setLoading] = useState(false); const toast = useToast(); const fileTypes: { [k: string]: string } = { gif: "image/gif",