Skip to content

Commit

Permalink
Merge pull request #606 from isucon/frontend/refactor/cleanup-after-e…
Browse files Browse the repository at this point in the history
…valuation

[FE] 評価後の現在地、目的地をリセットするように
  • Loading branch information
narirou authored Dec 4, 2024
2 parents d1cd7b5 + aac07a1 commit e9cccee
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 e9cccee

Please sign in to comment.