Skip to content

Commit

Permalink
Make the filter button visible
Browse files Browse the repository at this point in the history
  • Loading branch information
Bikossor committed Sep 25, 2021
1 parent b4d8ed2 commit f49c154
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/SearchAppBar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,6 @@ export default function SearchAppBar() {
className={classes.filterButton}
startIcon={<FilterListRoundedIcon />}
onClick={() => setFilterDialogOpen(true)}
style={{ display: "none" }}
>
Filter
</Button>
Expand Down

0 comments on commit f49c154

Please sign in to comment.