more
This commit is contained in:
@@ -49,6 +49,9 @@ const NavbarElement = (props) => {
|
||||
|
||||
function handleClick(link) {
|
||||
const _link = link.toLowerCase();
|
||||
if (_link === undefined) {
|
||||
_link = "";
|
||||
}
|
||||
navigate(`/${_link}`);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user