This commit is contained in:
Kenneth Jannette
2024-01-11 23:24:32 -06:00
parent ff699ad7c1
commit d70d041b2b
4 changed files with 10 additions and 2 deletions

View File

@@ -56,7 +56,6 @@ const NavbarElement = (props) => {
}
function packUpAndLeave(link) {
console.log("packUpAndLeave!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!", link);
navToggle();
handleClick(link);
}