Skip to content
This repository has been archived by the owner on Sep 1, 2023. It is now read-only.

Commit

Permalink
fix(story): Correct slidesAtOnce (#145)
Browse files Browse the repository at this point in the history
  • Loading branch information
mstruebing committed Sep 21, 2020
1 parent ac5185b commit 742c04d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.stories.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ storiesOf("Slider", module)
.add("With slidesAtOnce 2", () => (
<div style={{ width: "100vw", height: "100vh" }}>
<Slider
slidesAtOnce={3}
slidesAtOnce={2}
hasArrows
hasBullets
onSlideChange={onSlideChange}
Expand Down

0 comments on commit 742c04d

Please sign in to comment.