Skip to content

Commit

Permalink
Update mission control buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
mrica-equinor committed Aug 4, 2023
1 parent bcc01db commit 0af653a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -77,5 +77,5 @@ export function MissionControlButtons({ mission }: MissionProps) {
}
return <></>
}
return checkIfTasksStarted(mission.tasks) ? <>{renderControlIcon(mission.status)}</> : <></>
return <>{renderControlIcon(mission.status)}</>
}

0 comments on commit 0af653a

Please sign in to comment.