diff --git a/src/components/Lists/CardList/CardList.js b/src/components/Lists/CardList/CardList.js index 30eb901..338ecc0 100644 --- a/src/components/Lists/CardList/CardList.js +++ b/src/components/Lists/CardList/CardList.js @@ -57,7 +57,6 @@ export default class CardList extends React.Component { numColumns={this.props.isHorizontal ? undefined : 2} horizontal={this.props.isHorizontal} contentContainerStyle={containerStyle} - pagingEnabled={this.props.isHorizontal} /> ); }