mirror of
https://github.com/hcengineering/platform.git
synced 2024-11-23 14:06:00 +03:00
YesNo unknown -> n/a
Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
parent
ff3bae4bf8
commit
79a6546e8c
@ -21,7 +21,7 @@
|
||||
function getLabel(value: boolean | undefined) {
|
||||
if (value === true) return 'Yes'
|
||||
if (value === false) return 'No'
|
||||
return 'Unkn'
|
||||
return 'N/A'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -21,7 +21,7 @@
|
||||
function getLabel(value: boolean | undefined) {
|
||||
if (value === true) return 'Yes'
|
||||
if (value === false) return 'No'
|
||||
return 'Unkn'
|
||||
return 'N/A'
|
||||
}
|
||||
</script>
|
||||
|
||||
|
@ -29,7 +29,7 @@
|
||||
function getLabel(value: boolean | undefined) {
|
||||
if (value === true) return 'Yes'
|
||||
if (value === false) return 'No'
|
||||
return 'Unkn'
|
||||
return 'N/A'
|
||||
}
|
||||
|
||||
</script>
|
||||
|
Loading…
Reference in New Issue
Block a user