[] = [
);
},
cell: ({ row }) => {
- const createdAt = row.getValue("createdAt");
+ const createdAt: Date = row.getValue("createdAt");
return
{createdAt.toLocaleDateString()}
;
},
enableHiding: true,
diff --git a/my-turborepo/apps/nextjs/src/app/apply/actions.tsx b/my-turborepo/apps/nextjs/src/app/apply/actions.tsx
index d4023a91..cdeb437f 100644
--- a/my-turborepo/apps/nextjs/src/app/apply/actions.tsx
+++ b/my-turborepo/apps/nextjs/src/app/apply/actions.tsx
@@ -11,7 +11,11 @@ export async function ResumeForm() {
return blob;
}
return (
-