diff --git a/compass/components/Table/Index.tsx b/compass/components/Table/Index.tsx
index 9c7329b..d27110f 100644
--- a/compass/components/Table/Index.tsx
+++ b/compass/components/Table/Index.tsx
@@ -186,7 +186,7 @@ export const Table = () => {
>
{row.getVisibleCells().map((cell, i) => (
{flexRender(cell.column.columnDef.cell, cell.getContext())}
|
diff --git a/compass/components/Table/PrimaryTableCell.tsx b/compass/components/Table/PrimaryTableCell.tsx
index 47e87e0..a6e265f 100644
--- a/compass/components/Table/PrimaryTableCell.tsx
+++ b/compass/components/Table/PrimaryTableCell.tsx
@@ -12,9 +12,9 @@ export const PrimaryTableCell = ({ getValue, row, column, table }) => {
};
return (
-