Fix typo in ChoreEdit View

This commit is contained in:
Mo Tarbin 2024-11-30 00:45:25 -05:00
commit 57b2ea1d6e

View file

@ -364,7 +364,7 @@ const ChoreEdit = () => {
</Typography> */} </Typography> */}
<Box> <Box>
<FormControl error={errors.name}> <FormControl error={errors.name}>
<Typography level='h4'>Descritpion :</Typography> <Typography level='h4'>Description :</Typography>
<Typography level='h5'>What is this chore about?</Typography> <Typography level='h5'>What is this chore about?</Typography>
<Input value={name} onChange={e => setName(e.target.value)} /> <Input value={name} onChange={e => setName(e.target.value)} />
<FormHelperText error>{errors.name}</FormHelperText> <FormHelperText error>{errors.name}</FormHelperText>