fix: dashboard usage display

This commit is contained in:
jialin
2025-01-16 22:27:04 +08:00
parent c0344b385a
commit 0690612477
@@ -57,7 +57,7 @@ const ActiveTable = () => {
render: (text: any, record: any) => {
let val = text;
if (!text) {
val = NACategories.includes(record.category?.[0]) ? 'N/A' : 0;
val = !NACategories.includes(record.categories?.[0]) ? 'N/A' : 0;
}
return (
<AutoTooltip ghost>