Skip to content

Commit

Permalink
Perf(JSX) Changes to improve performance
Browse files Browse the repository at this point in the history
  • Loading branch information
ViktorSvertoka committed Oct 11, 2023
1 parent d1ab6b3 commit 6d3eed8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Filter/Filter.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ export default function Filter({ makes, prices, onFilterChange }) {
</SelectContainer>

<SelectContainer>
<Label htmlFor="priceSelect">Price/ 1 hour</Label>
<Label htmlFor="priceSelect">Price / 1 hour</Label>
<Select
id="priceSelect"
placeholder="To $"
Expand Down

0 comments on commit 6d3eed8

Please sign in to comment.