diff --git a/src/app/(admin)/admin/email-templates/page.tsx b/src/app/(admin)/admin/email-templates/page.tsx index 48f675a..3a288cb 100644 --- a/src/app/(admin)/admin/email-templates/page.tsx +++ b/src/app/(admin)/admin/email-templates/page.tsx @@ -30,31 +30,28 @@ export default async function AdminEmailTemplates() {
| - ID - | Title | Created | Modified | -+ | Actions |
|---|---|---|---|---|---|
| - - {template.id.substring(0, 8)}... - - | +{new Date(template.createdAt).toLocaleDateString()} + {new Date(template.createdAt).toLocaleTimeString()} | {new Date(template.modifiedAt).toLocaleDateString()} + {new Date(template.modifiedAt).toLocaleTimeString()} |