We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1d22c3 commit cc3c9e0Copy full SHA for cc3c9e0
1 file changed
src/pages/home.tsx
@@ -21,7 +21,7 @@ import "../sass/component/_overlay.scss";
21
export default function Home() {
22
const navigate = useNavigate();
23
const [loading, setLoading] = useState<boolean>(true);
24
- const [showOverlay, setShowOverlay] = useState<boolean>(false);
+// const [showOverlay, setShowOverlay] = useState<boolean>(false);
25
26
const searchParams = new URLSearchParams(window.location.search);
27
@@ -37,8 +37,7 @@ export default function Home() {
37
: JSON.stringify({}),
38
});
39
40
- const data: string = await response.text();
41
-
+// const data: string = await response.text();
42
// if (
43
// data === "Invalid invitation_code" ||
44
// data === "No invitation_code"
0 commit comments