Skip to content

Commit

Permalink
Merge pull request #485 from MTES-MCT/fix-vessel-selector
Browse files Browse the repository at this point in the history
Fix vessel selector
  • Loading branch information
louptheron authored Jul 21, 2021
2 parents 597b040 + b639533 commit aeb2f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/src/domain/use_cases/showVesselTrackAndSidebar.js
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const showVesselTrackAndSidebar = (
calledFromCron,
vesselTrackDepthObject) => (dispatch, getState) => {
const {
vesselIdentity: alreadySelectedVessel,
selectedVessel: alreadySelectedVessel,
vesselsLayerSource
} = getState().vessel
unselectPreviousVessel(calledFromCron, alreadySelectedVessel, vesselIdentity, dispatch)
Expand Down

0 comments on commit aeb2f65

Please sign in to comment.