Skip to content

Commit

Permalink
fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
broody committed Sep 18, 2023
1 parent 8df6b8b commit 516da40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/src/pages/[gameId]/travel.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -136,7 +136,7 @@ export default function Travel() {
prefixTitle: "Select Your",
map: (
<Map
target={getLocationById(targetId)?.type}
highlight={getLocationById(targetId)?.type}
onSelect={(selected) => {
setTargetId(getLocationByType(selected)!.id);
}}
Expand Down

0 comments on commit 516da40

Please sign in to comment.