diff --git a/app/profil/page.tsx b/app/profil/page.tsx index d5ce5db..7ed235f 100644 --- a/app/profil/page.tsx +++ b/app/profil/page.tsx @@ -228,7 +228,7 @@ export default function ProfilePage() { Dernière modification
- {formatDate(user.updatedAt)} + {user.updatedAt ? formatDate(user.updatedAt) : 'N/A'}