Skip to content

Commit

Permalink
feat: Finish mapping over enrollment form to new component
Browse files Browse the repository at this point in the history
  • Loading branch information
RudraPatel2003 committed Oct 28, 2024
1 parent 9323e30 commit 1ec32ca
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/app/enrollment-form/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default function EnrollmentForm() {
return (
<Box
sx={{
width: "100vw",
display: "flex",
justifyContent: "center",
alignItems: "center",
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -567,7 +567,6 @@ export default function GeneralInformationSection() {
label="Blood Pressure (e.g. 120/80)"
variant="outlined"
error={errors.healthMetrics?.bloodPressure}
type="number"
slotProps={{
input: {
endAdornment: (
Expand Down

0 comments on commit 1ec32ca

Please sign in to comment.