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

[Ready Release] Gigs Listing - RCRM Status Sync #200

Merged
merged 14 commits into from
Oct 25, 2021
Merged
6 changes: 3 additions & 3 deletions src/components/Menu/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -34,9 +34,9 @@ const Menu = ({ menu, selected, onSelect, isLoggedIn, onUpdateMenu }) => {

const onSelectMenuItem = (name, path) => {
selectionRef.current.select(name);
if (name == "Gigs") {
window.location.href = `${process.env.URL.BASE}/gigs`;
}
// if (name == "Gigs") {
// window.location.href = `${process.env.URL.BASE}/gigs`;
// }
if (path) {
navigate(path);
}
Expand Down