Skip to content
This repository has been archived by the owner on May 2, 2022. It is now read-only.

Commit

Permalink
#21 fixed book button bug
Browse files Browse the repository at this point in the history
  • Loading branch information
Alexialsousa committed Apr 13, 2022
1 parent a69e355 commit 93733e9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/pages/auth/register.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -112,6 +112,7 @@ export default function RegisterPage() {
notes: formData.additionalNotes,
sex: formData.sex,
weight: formData.weight,
disableBook: formData.disableBook,
});
};

Expand Down

0 comments on commit 93733e9

Please sign in to comment.