Skip to content

Commit

Permalink
Fix birthday not showing
Browse files Browse the repository at this point in the history
  • Loading branch information
omfj committed Nov 24, 2024
1 parent b9d73f3 commit 07b5078
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions apps/web/src/components/user-form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ export const UserForm = ({ user, degrees }: UserFormProps) => {
degree: user.degree?.id,
year: user.year,
hasReadTerms: user.hasReadTerms,
birthday: user.birthday,
},
resolver: zodResolver(userSchema),
});
Expand Down

0 comments on commit 07b5078

Please sign in to comment.