mirror of
https://github.com/nasa/openmct.git
synced 2024-12-20 13:43:09 +00:00
style: fix go styling
This commit is contained in:
parent
79ac584159
commit
56e56eade4
@ -117,7 +117,8 @@ export default {
|
||||
getMissionRoleStatusClass(status) {
|
||||
const statusValue = this.missionRoleStatusOptions[this.missionRoleStatusMap[status]]?.label;
|
||||
return {
|
||||
'--is-no-go': statusValue === 'NO GO'
|
||||
'--is-no-go': statusValue === 'NO GO',
|
||||
'--is-go': statusValue === 'GO'
|
||||
};
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user