Skip to content

Commit

Permalink
Fix MenuBar
Browse files Browse the repository at this point in the history
  • Loading branch information
jonahshader committed May 2, 2023
1 parent 30fcd05 commit e7a0f7e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions web2/src/App.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,6 @@ import produce from "immer"
import { getSourceZones } from "@/pages/Home/Home"
import { applyPlayerVol } from "./components/CardVolumeSlider/CardVolumeSlider"
import { router } from "@/main"
import { zoneIdToZone } from "./utils/APIHelper"
import DisconnectedIcon from "./components/DisconnectedIcon/DisconnectedIcon"

export const usePersistentStore = create(
Expand Down Expand Up @@ -234,10 +233,10 @@ function App({ selectedPage }) {
case 1:
router.navigate("/player")
break
// case 2:
// router.navigate("/browser")
// break
case 2:
router.navigate("/browser")
break
case 3:
router.navigate("/settings")
break
}
Expand Down

0 comments on commit e7a0f7e

Please sign in to comment.