This commit is contained in:
Kenneth Jannette
2024-02-23 07:17:43 -06:00
parent 66aed84531
commit 1b4fce5ffc

View File

@@ -63,9 +63,7 @@ const NavbarElement = (props) => {
function packUpAndLeave(link) {
navToggle();
if (link === "signup") {
return;
}
handleClick(link);
}