changed upscore to new
This commit is contained in:
@ -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>}
|
||||
|
Reference in New Issue
Block a user