Skip to content

Commit

Permalink
Merge pull request #169 from AkshataKatwal16/page-issue
Browse files Browse the repository at this point in the history
Issue feat: comment filter by state content on discover content page
  • Loading branch information
itsvick authored Jan 20, 2025
2 parents 57d5ac6 + c045c06 commit d1e0acc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/components/SearchBox.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -338,7 +338,7 @@ console.log("filterOption", filterOption);
</FormControl>
</Grid>
)}
{discoverContents && (
{/* {discoverContents && (
<Grid item xs={12} md={12} lg={2} justifySelf={"end"}>
<FormControl sx={{ width: "100%", mt: 2 }}>
<InputLabel>Filter By State</InputLabel>
Expand All @@ -355,7 +355,7 @@ console.log("filterOption", filterOption);
</Select>
</FormControl>
</Grid>
)}
)} */}
</Grid>
</Box>
);
Expand Down

0 comments on commit d1e0acc

Please sign in to comment.