Skip to content

Commit

Permalink
prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
LawrenceLau2020 committed Sep 11, 2024
1 parent 6cf76af commit 5c148cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion react-app/src/components/form/DateFormField.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ const DateFormField = (props: DateFieldFormProps) => {
label={label}
format={'LL'}
sx={{
width: '100%'
width: '100%',
}}
slotProps={{
textField: {
Expand Down

0 comments on commit 5c148cb

Please sign in to comment.