forked from PolarisPyra/daphnis
changed upscore to new
This commit is contained in:
parent
007b23783a
commit
2b39007779
@ -72,7 +72,7 @@ export const columns: ColumnDef<chunithm>[] = [
|
||||
},
|
||||
{
|
||||
accessorKey: "isNew",
|
||||
header: "Up Score",
|
||||
header: "New",
|
||||
cell: ({ row }) => (
|
||||
<div className="font-medium">
|
||||
{row.original.isNewRecord && <span>New!!</span>}
|
||||
|
Loading…
Reference in New Issue
Block a user