Skip to content

Commit

Permalink
fixup! fix: Persist query when moving menu to break page
Browse files Browse the repository at this point in the history
  • Loading branch information
hrk091 committed Dec 12, 2023
1 parent eb1781f commit d7a11c9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/pages/break/menu/[confDay].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,6 @@ function TalkMenu({ view }: { view: Optional<MenuView> }) {

function TalkMenuItem({ talk }: { talk: Optional<Talk> }) {
const { query } = useRouter()
// @ts-ignore
delete query.confDay
if (!talk) {
return <div />
Expand Down

0 comments on commit d7a11c9

Please sign in to comment.