Skip to content

Commit 8f49b0e

Browse files
committed
added children
1 parent b0891de commit 8f49b0e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

src/containers/CardList.js

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,9 +56,8 @@ class CardList extends Component {
5656
data={data}
5757
handleDropdownChange={(e, value) => this.handleDropdownChange(value)}
5858
/>
59-
<Carousel>
60-
{funcCards}
61-
</Carousel>
59+
<Carousel children={funcCards} />
60+
6261
</div>
6362
);
6463
}

0 commit comments

Comments
 (0)