From 0e759282b3f6e9e798e0e8935f7c1653f292a7b9 Mon Sep 17 00:00:00 2001 From: a Date: Tue, 24 Jun 2025 16:39:49 -0500 Subject: [PATCH] noot --- src/lib/table/tanstack.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/lib/table/tanstack.tsx b/src/lib/table/tanstack.tsx index cfc8415..45fd0a8 100644 --- a/src/lib/table/tanstack.tsx +++ b/src/lib/table/tanstack.tsx @@ -225,7 +225,7 @@ const columns = { const stats = row.original.item.stats const stat = stats ? stats[c] : '' return ( -
+
{stat}
)