Skip to content

Commit

Permalink
Merge pull request #42 from cprice11/bus-bunching
Browse files Browse the repository at this point in the history
Avoiding the 1 bus stop error
  • Loading branch information
cprice11 authored Sep 7, 2024
2 parents 4c9eea5 + 1246078 commit 9fcb940
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion experiences/bus-bunching/controls/lib/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const ControlsComponent = () => {
<b>Change the number of bus stops!</b>
</p>
<Slider
min={1}
min={2}
max={20}
onChange={updateStopCount}
step={1}
Expand Down

0 comments on commit 9fcb940

Please sign in to comment.