fix violations complains/claims table syles
This commit is contained in:
@@ -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 }) => (
|
||||
|
||||
Reference in New Issue
Block a user