diff --git a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/table.tsx b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/table.tsx index be9c2210603..fe1f0617d08 100644 --- a/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/table.tsx +++ b/apps/dashboard/src/app/(dashboard)/(chain)/[chain_id]/[contractAddress]/nfts/components/table.tsx @@ -95,7 +95,7 @@ export const NFTGetAllTable: React.FC = ({ Header: "Description", accessor: (row) => row.metadata.description, Cell: (cell: CellProps) => { - if (typeof cell.value !== "string") { + if (cell.value && typeof cell.value !== "string") { return (