Phase 5. 연장 신청 관리 구현

This commit is contained in:
2026-06-11 08:56:36 +09:00
parent fbe4caa9e1
commit 5fa387fa96
8 changed files with 810 additions and 7 deletions
+1 -1
View File
@@ -88,7 +88,7 @@ export function MaestrosTable({ data }: MaestrosTableProps) {
},
{
accessorKey: "availableActivateDateTime",
header: "사용 가능일",
header: "만료일",
cell: ({ row }) => formatDate(row.original.availableActivateDateTime),
},
],