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
|
||||
item
|
||||
xs={9}
|
||||
onClick={() => {
|
||||
navigate(`/chores/${chore.id}`)
|
||||
|
@ -556,7 +555,6 @@ const ChoreCard = ({
|
|||
</Box> */}
|
||||
</Grid>
|
||||
<Grid
|
||||
item
|
||||
xs={3}
|
||||
sx={{
|
||||
display: 'flex',
|
||||
|
|
Loading…
Add table
Reference in a new issue