This commit is contained in:
Kenneth Jannette
2024-01-11 22:55:22 -06:00
parent 141437ae5b
commit 0c0deba9ed
2 changed files with 10 additions and 5 deletions

View File

@@ -49,6 +49,9 @@ const NavbarElement = (props) => {
function handleClick(link) {
const _link = link.toLowerCase();
if (_link === undefined) {
_link = "";
}
navigate(`/${_link}`);
}