Skip to content

Commit

Permalink
Remove unessecary values
Browse files Browse the repository at this point in the history
  • Loading branch information
epadams committed Apr 22, 2024
1 parent ef1fa2e commit 84c1e56
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions FU.SPA/src/components/pages/ProfileSettings.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -177,8 +177,6 @@ export default function ProfileSettings() {
<DatePicker
label="Date of Birth"
value={dateOfBirth}
helperText={dateError}
error={dateError}
fullWidth
onChange={(newValue) => handleDOBChange(newValue)}
slotProps={{
Expand Down

0 comments on commit 84c1e56

Please sign in to comment.