Skip to content

Commit

Permalink
fix(SignupPage.tsx): Declare no dependencies on effect
Browse files Browse the repository at this point in the history
omg im a junior react developer
  • Loading branch information
KingRainbow44 committed Jul 27, 2024
1 parent 8b0535b commit 183ac59
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/ui/pages/SignupPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ function SignupPage() {
// Clear the children of the snow div.
snowDiv.innerHTML = "";
};
});
}, []);

return (
<div className={"SignupPage"}>
Expand Down

0 comments on commit 183ac59

Please sign in to comment.