fix violations complains/claims table syles

This commit is contained in:
smanylov
2026-04-28 13:32:09 +07:00
parent a704e410c5
commit 9e89a37b4d
3 changed files with 13 additions and 10 deletions
@@ -92,7 +92,7 @@ export function ViolationsMyClaimsTable() {
</div>
),
},
{
/* {
accessorKey: 'createdAt',
header: ({ column }) => (
<div className="column">
@@ -118,7 +118,7 @@ export function ViolationsMyClaimsTable() {
{formatDateTime(new Date(row.original.created_at).getTime())}
</div>
),
},
}, */
{
accessorKey: 'updatedAt',
header: ({ column }) => (
@@ -91,7 +91,7 @@ export function ViolationsMyComplaintsTable() {
</div>
),
},
{
/* {
accessorKey: 'createdAt',
header: ({ column }) => (
<div className="column">
@@ -117,7 +117,7 @@ export function ViolationsMyComplaintsTable() {
{formatDateTime(new Date(row.original.created_at).getTime())}
</div>
),
},
}, */
{
accessorKey: 'updatedAt',
header: ({ column }) => (