Describe the bug
Initially Area and Start time is correct but when the mission updates the area becomes undefined and start time becomes an hour off.
Likely cause for area disappearing is that API call to get missionRun provides a MissionRunResponse (which is what the frontend expects), while signalR provides a MissionRun.
To Reproduce
Start mission and go to mission page - Note area and start time
Wait for mission to update - Note area and start time
Describe the bug Initially Area and Start time is correct but when the mission updates the area becomes undefined and start time becomes an hour off.
Likely cause for area disappearing is that API call to get missionRun provides a MissionRunResponse (which is what the frontend expects), while signalR provides a MissionRun.
To Reproduce Start mission and go to mission page - Note area and start time Wait for mission to update - Note area and start time
Expected behavior
Screenshots Initially:
After update: