Skip to content

Commit

Permalink
symmetry
Browse files Browse the repository at this point in the history
  • Loading branch information
jcardus committed Oct 10, 2024
1 parent a926466 commit b6e4a26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/reports/TripReportPage.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ const TripReportPage = () => {
{
latitude: selectedItem.endLat,
longitude: selectedItem.endLon,
image: 'finish-neutral',
image: 'finish-error',
},
]);

Expand Down

0 comments on commit b6e4a26

Please sign in to comment.