fix: wrong accessorKey

This commit is contained in:
Derrick Hammer 2024-03-21 17:00:30 -04:00
parent 4619f9709c
commit 364f2b048b
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export const columns: ColumnDef<FileItem>[] = [
header: "Size", header: "Size",
}, },
{ {
accessorKey: "pinnedOn", accessorKey: "pinned",
size: 200, size: 200,
header: "Pinned On", header: "Pinned On",
cell: ({ row }) => ( cell: ({ row }) => (