Skip to content

Commit 667a4d4

Browse files
committed
demo
1 parent faeadca commit 667a4d4

6 files changed

Lines changed: 225 additions & 180 deletions

File tree

components/app/ReturnDeviceTable/column.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ export const columns: AugmentedColumnDef<ReturnDevice>[] = [
7272
id: 'borrowedAt',
7373
title: 'Ngày mượn',
7474
cell: ({ row }) => {
75-
const value = row.original.borrowedAt.toString();
75+
const value = row.original.borrowedAt?.toString();
7676
return h(
7777
'span',
7878
{ class: 'text-slate-500 text-sm font-normal leading-tight' },

0 commit comments

Comments
 (0)