You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
On the Map page, when opening a Waypoint Popup where the lockedTo field is not set, a zero is displayed. This is caused by this line comparing waypoint.lockedTo && ... instead of the intended waypoint.lockedTo !== 0 && ....
On the Map page, when opening a Waypoint Popup where the
lockedTofield is not set, a zero is displayed. This is caused by this line comparingwaypoint.lockedTo && ...instead of the intendedwaypoint.lockedTo !== 0 && ....