diff --git a/src/ui/WorkInProgressRoot.tsx b/src/ui/WorkInProgressRoot.tsx index f5a56092d..2a26f6d10 100644 --- a/src/ui/WorkInProgressRoot.tsx +++ b/src/ui/WorkInProgressRoot.tsx @@ -262,10 +262,10 @@ export function WorkInProgressRoot(): React.ReactElement { buttons: { cancel: () => { Player.finishWork(true); - Router.toPage(Page.City); + Router.toPage(Page.Location, { location: Locations[classWork.location] }); }, unfocus: () => { - Router.toPage(Page.City); + Router.toPage(Page.Location, { location: Locations[classWork.location] }); Player.stopFocusing(); }, },