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

Commit ee24533

Browse files
[Ready Release] Gigs Listing - RCRM Status Sync (#200)
* output from gigs-listing UI challenge * ci:deploying list * ci:redeploying * expend by default * restore redirection * clean up * Hot fix disable gigs (#193) * remove path * restore url * directo to gigs * Hot fix disable gigs (#194) * remove path * restore url * directo to gigs * hot-fix * Code clean up (#195) * remove path * restore url * directo to gigs * hot-fix * clean up * Earn App - Enable Gigs Listing Link (#199) * restore gigs-listing * restore ci
1 parent 7210635 commit ee24533

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/components/Menu/index.jsx

+3-3
Original file line numberDiff line numberDiff line change
@@ -34,9 +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-
}
37+
// if (name == "Gigs") {
38+
// window.location.href = `${process.env.URL.BASE}/gigs`;
39+
// }
4040
if (path) {
4141
navigate(path);
4242
}

0 commit comments

Comments
 (0)