Skip to content

Commit

Permalink
Add 'consecutive' to nights filter
Browse files Browse the repository at this point in the history
  • Loading branch information
mileswwatkins committed Nov 27, 2024
1 parent ed66596 commit 489cc4e
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/components/Filters.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ const Filters = ({
</option>
))}
</select>
night{consecutiveNights > 1 && "s"}.
{consecutiveNights > 1 && "consecutive "}night
{consecutiveNights > 1 && "s"}.
</div>
<div className="Filter-Text">
Additionally, I'd like the lookout to:
Expand Down

0 comments on commit 489cc4e

Please sign in to comment.