From 6dfd4bdd4a925062c0be29682848d9afc5367ec4 Mon Sep 17 00:00:00 2001 From: ArpitaGanatra Date: Wed, 26 Jun 2024 13:36:15 +0530 Subject: [PATCH] fix: table ui --- packages/ui/src/components/cubik-table/cubik-table.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/ui/src/components/cubik-table/cubik-table.tsx b/packages/ui/src/components/cubik-table/cubik-table.tsx index b513e5d..199f28d 100644 --- a/packages/ui/src/components/cubik-table/cubik-table.tsx +++ b/packages/ui/src/components/cubik-table/cubik-table.tsx @@ -81,7 +81,7 @@ export const CubikTable = ({ columns, data, showHeader = true }: CubikTableP {row.getVisibleCells().map((cell, index) => (