Skip to content

Commit

Permalink
Merge pull request #289 from Strong-Potato/248-fix-vote-slide
Browse files Browse the repository at this point in the history
Fix: trip
  • Loading branch information
Yamyam-code authored Jan 28, 2024
2 parents 83c9978 + 6e37c30 commit 8a458aa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Route/DayRoute/DayRoute.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ function DayRoute({

useEffect(() => {
setEditedPlaces({journeyId: journeyId, placeCards: placeCards});
}, [journeyId, placeCards]);
}, [journeyId, placeCards, placeList]);

return (
<>
Expand Down

0 comments on commit 8a458aa

Please sign in to comment.