Skip to content

Commit

Permalink
Update Itinerary.jsx
Browse files Browse the repository at this point in the history
minor changes to resetItinerary object
  • Loading branch information
wiegmank committed Apr 23, 2024
1 parent e6830ba commit 2085d3b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ReactFrontEnd/src/Components/Itinerary.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,8 @@ const reset = (e) => {
id: "",
startDate: new Date(),
endDate: new Date(),
parkCode: user,
parkCode: parkDetails.parkCode,
user: user,
});
};

Expand Down Expand Up @@ -123,4 +124,4 @@ return (
);
}

export default Itinerary
export default Itinerary

0 comments on commit 2085d3b

Please sign in to comment.