Remove unnecessary Grid item in ChoreCard component
This commit is contained in:
parent
f8639be30a
commit
a9af6164d4
1 changed files with 0 additions and 2 deletions
|
@ -466,7 +466,6 @@ const ChoreCard = ({
|
||||||
>
|
>
|
||||||
<Grid container>
|
<Grid container>
|
||||||
<Grid
|
<Grid
|
||||||
item
|
|
||||||
xs={9}
|
xs={9}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
navigate(`/chores/${chore.id}`)
|
navigate(`/chores/${chore.id}`)
|
||||||
|
@ -556,7 +555,6 @@ const ChoreCard = ({
|
||||||
</Box> */}
|
</Box> */}
|
||||||
</Grid>
|
</Grid>
|
||||||
<Grid
|
<Grid
|
||||||
item
|
|
||||||
xs={3}
|
xs={3}
|
||||||
sx={{
|
sx={{
|
||||||
display: 'flex',
|
display: 'flex',
|
||||||
|
|
Loading…
Add table
Reference in a new issue