forked from vergnet/application-amicale
Removed paging as it caused problems on some screen sizes
This commit is contained in:
parent
43a3d64deb
commit
0410499593
1 changed files with 0 additions and 1 deletions
|
@ -57,7 +57,6 @@ export default class CardList extends React.Component<Props> {
|
||||||
numColumns={this.props.isHorizontal ? undefined : 2}
|
numColumns={this.props.isHorizontal ? undefined : 2}
|
||||||
horizontal={this.props.isHorizontal}
|
horizontal={this.props.isHorizontal}
|
||||||
contentContainerStyle={containerStyle}
|
contentContainerStyle={containerStyle}
|
||||||
pagingEnabled={this.props.isHorizontal}
|
|
||||||
/>
|
/>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue