added title to scores tables
This commit is contained in:
@ -18,10 +18,10 @@ export const columns: ColumnDef<chunithm>[] = [
|
||||
|
||||
cell: ({ row }) => {
|
||||
return (
|
||||
<ImageCell
|
||||
jacketPath={row.original.jacketPath!}
|
||||
title={row.original.title!}
|
||||
/>
|
||||
<div className="flex items-center">
|
||||
<ImageCell jacketPath={row.original.jacketPath!} />
|
||||
<span className="ml-2">{row.original.title}</span>
|
||||
</div>
|
||||
);
|
||||
},
|
||||
},
|
||||
|
Reference in New Issue
Block a user