fix: dashboard usage display
This commit is contained in:
@@ -57,7 +57,7 @@ const ActiveTable = () => {
|
|||||||
render: (text: any, record: any) => {
|
render: (text: any, record: any) => {
|
||||||
let val = text;
|
let val = text;
|
||||||
if (!text) {
|
if (!text) {
|
||||||
val = NACategories.includes(record.category?.[0]) ? 'N/A' : 0;
|
val = !NACategories.includes(record.categories?.[0]) ? 'N/A' : 0;
|
||||||
}
|
}
|
||||||
return (
|
return (
|
||||||
<AutoTooltip ghost>
|
<AutoTooltip ghost>
|
||||||
|
|||||||
Reference in New Issue
Block a user