diff --git a/src/ui/pages/SignupPage.tsx b/src/ui/pages/SignupPage.tsx index eff2473..39c7c32 100644 --- a/src/ui/pages/SignupPage.tsx +++ b/src/ui/pages/SignupPage.tsx @@ -107,7 +107,7 @@ function SignupPage() { // Clear the children of the snow div. snowDiv.innerHTML = ""; }; - }); + }, []); return (