Skip to content

Commit

Permalink
command removed
Browse files Browse the repository at this point in the history
  • Loading branch information
modamaan committed Jan 10, 2025
1 parent be2e239 commit d4bb397
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Patient/PatientRegistration.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -493,7 +493,6 @@ export default function PatientRegistration(
...f,
date_of_birth: `${form.date_of_birth?.split("-")[0] || ""}-${form.date_of_birth?.split("-")[1] || ""}-${e.target.value}`,
}));
// checking cypress issue
const day = parseInt(e.target.value);
if (
e.target.value.length === 2 &&
Expand Down

0 comments on commit d4bb397

Please sign in to comment.