Skip to content

Commit 2bb9a61

Browse files
committed
Fixing right-card and card-preview to use toggle correctly.
1 parent 4efd3fc commit 2bb9a61

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/components/cards/cards.jsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -300,6 +300,7 @@ const Cards = props => {
300300
</div>
301301
<NextPrevButtons
302302
isRtl={isRtl}
303+
toggle={toggle}
303304
onNextStep={step < steps.length - 1 ? onNextStep : null}
304305
onPrevStep={step > 0 ? onPrevStep : null}
305306
/>

0 commit comments

Comments
 (0)