diff --git a/src/pages/dashboard/components/active-table.tsx b/src/pages/dashboard/components/active-table.tsx index fe742c74..9e6dbade 100644 --- a/src/pages/dashboard/components/active-table.tsx +++ b/src/pages/dashboard/components/active-table.tsx @@ -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 (