summaryrefslogtreecommitdiff
path: root/lib/po
diff options
context:
space:
mode:
Diffstat (limited to 'lib/po')
-rw-r--r--lib/po/table/po-table-columns.tsx2
-rw-r--r--lib/po/table/po-table.tsx2
2 files changed, 1 insertions, 3 deletions
diff --git a/lib/po/table/po-table-columns.tsx b/lib/po/table/po-table-columns.tsx
index 6517b9b3..6834e543 100644
--- a/lib/po/table/po-table-columns.tsx
+++ b/lib/po/table/po-table-columns.tsx
@@ -52,7 +52,7 @@ export function getColumns({ setRowAction }: GetColumnsProps): ColumnDef<Contrac
const contract = row.original;
return (
- <div className="flex items-center justify-center gap-2">
+ <div className="flex gap-2">
{/* Items Button - Visually distinct with badge showing count */}
<TooltipProvider>
<Tooltip>
diff --git a/lib/po/table/po-table.tsx b/lib/po/table/po-table.tsx
index 9175037b..ad159f12 100644
--- a/lib/po/table/po-table.tsx
+++ b/lib/po/table/po-table.tsx
@@ -86,8 +86,6 @@ export function PoListsTable({ promises }: ItemsTableProps) {
pageCount: number;
}>({ data: [], pageCount: 0 });
- console.log(rawData)
- console.log(transformedData)
// Load raw data from promises
React.useEffect(() => {