Skip to content

Commit

Permalink
removed a space
Browse files Browse the repository at this point in the history
  • Loading branch information
AbhiramTadepalli committed Nov 18, 2024
1 parent 717c7ae commit d3b8eeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/search/Filters/filters.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ const Filters = ({
>
<MenuItem className="h-10" value="">
<em>None</em>
</MenuItem>{' '}
</MenuItem>
{/* dropdown options*/}
{minRatings.map((value) => (
<MenuItem className="h-10" key={value} value={value}>
Expand Down

0 comments on commit d3b8eeb

Please sign in to comment.