Skip to content

Commit

Permalink
Fix item attribute error
Browse files Browse the repository at this point in the history
  • Loading branch information
hanapotski committed Nov 4, 2024
1 parent 9a48eb6 commit 44d836f
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -123,15 +123,15 @@ const ResultsFilters = ({
spacing={1}
justifyContent={{ xs: "center", sm: "flex-start" }}
>
<Grid2 item>
<Grid2 item="true">
<CategoryButton
icon="pantry"
onClick={togglePantry}
label="Pantries"
isSelected={isPantrySelected}
/>
</Grid2>
<Grid2 item>
<Grid2 item="true">
<CategoryButton
icon="meal"
onClick={toggleMeal}
Expand Down

0 comments on commit 44d836f

Please sign in to comment.