Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit cd58136

Browse files
Hot fix disable gigs (#194)
* remove path * restore url * directo to gigs * hot-fix
1 parent 382e332 commit cd58136

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/components/Menu/index.jsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ const Menu = ({ menu, selected, onSelect, isLoggedIn, onUpdateMenu }) => {
3434

3535
const onSelectMenuItem = (name, path) => {
3636
selectionRef.current.select(name);
37+
if (name == "Gigs") {
38+
window.location.href = `${process.env.URL.BASE}/gigs`;
39+
}
3740
if (path) {
3841
navigate(path);
3942
}

0 commit comments

Comments
 (0)