Updated more of the page

This commit is contained in:
Tiago Ribeiro
2024-09-08 18:39:52 +01:00
parent e49a325074
commit d5769c2cb9
3 changed files with 15 additions and 13 deletions

View File

@@ -17,7 +17,7 @@ import moment from "moment";
interface Props {
user: User;
mutateUser: KeyedMutator<User>;
mutateUser: (user: User) => void;
}
export default function DemographicInformationInput({user, mutateUser}: Props) {