Skip to content

Commit

Permalink
Fix yet another small bug
Browse files Browse the repository at this point in the history
  • Loading branch information
mddilley committed May 10, 2024
1 parent 9a6e629 commit 6c4dce4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion atd-vze/src/views/Crashes/Maps/CrashEditCoordsMap.js
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ const CrashEditCoordsMap = ({
// Reset marker to original coordinates or default fallback
const originalMarkerCoordinates = {
latitude: latitude_primary || defaultInitialState.latitude,
longitude: longitude_primary || defaultInitialState.latitude,
longitude: longitude_primary || defaultInitialState.longitude,
};

// Move map center and marks to original coordinates or default fallback
Expand Down

0 comments on commit 6c4dce4

Please sign in to comment.