We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bc3ad33 commit ae67945Copy full SHA for ae67945
1 file changed
gcs/src/components/dashboard/tabsSectionTabs/missionTabsSection.jsx
@@ -54,7 +54,7 @@ export default function MissionTabsSection({
54
)
55
}
56
57
-const MissionInfo = ({ navControllerOutputData }) => {
+const MissionInfo = () => {
58
const currentMission = useSelector(selectCurrentMission)
59
return (
60
<>
@@ -68,13 +68,6 @@ const MissionInfo = ({ navControllerOutputData }) => {
68
<span className="font-bold"> Waypoint: </span> {currentMission.seq}/
69
{currentMission.total}
70
</p>
71
- <p>
72
- <span className="font-bold">Distance to WP: </span>{" "}
73
- {(navControllerOutputData.wp_dist
74
- ? navControllerOutputData.wp_dist
75
- : 0
76
- ).toFixed(2)}
77
- </p>
78
</div>
79
</>
80
0 commit comments