Skip to content

Commit

Permalink
display current location button on mobile (#2283)
Browse files Browse the repository at this point in the history
  • Loading branch information
JmJenna authored Nov 19, 2024
1 parent f099201 commit bb952f2
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ const ResultsFilters = ({
>
<Box
sx={{
display: { xs: "none", sm: "block" },
display: { xs: "block", sm: "block" },
}}
>
<Button
Expand Down

0 comments on commit bb952f2

Please sign in to comment.