Fix typo in ChoreEdit View
This commit is contained in:
commit
57b2ea1d6e
1 changed files with 1 additions and 1 deletions
|
@ -364,7 +364,7 @@ const ChoreEdit = () => {
|
|||
</Typography> */}
|
||||
<Box>
|
||||
<FormControl error={errors.name}>
|
||||
<Typography level='h4'>Descritpion :</Typography>
|
||||
<Typography level='h4'>Description :</Typography>
|
||||
<Typography level='h5'>What is this chore about?</Typography>
|
||||
<Input value={name} onChange={e => setName(e.target.value)} />
|
||||
<FormHelperText error>{errors.name}</FormHelperText>
|
||||
|
|
Loading…
Add table
Reference in a new issue