Skip to content

Commit

Permalink
chore: Remove console.log statement
Browse files Browse the repository at this point in the history
  • Loading branch information
trillium committed Nov 6, 2024
1 parent 7055636 commit cc0e017
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion client/src/components/presentational/newUserForm.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const NewUserForm = (props) => {
console.log(selectedDate)


const minDate = new Date(2013, 0);
const minDate = new Date(2013, 0);
const maxDate = new Date();
const handleDateChange = (newValue) => {
if (newValue instanceof Date && !isNaN(newValue)) {
Expand Down

0 comments on commit cc0e017

Please sign in to comment.