Skip to content

Commit

Permalink
Update {current,dest}location after evaluation
Browse files Browse the repository at this point in the history
  • Loading branch information
popunbom committed Dec 4, 2024
1 parent 379b45b commit aac07a1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions frontend/app/routes/client._index/route.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -272,6 +272,8 @@ export default function Index() {
<Arrived
onEvaluated={() => {
statusModalRef.current?.close();
setCurrentLocation(destLocation);
setDestLocation(undefined);
}}
/>
)}
Expand Down

0 comments on commit aac07a1

Please sign in to comment.