increased max number of pages on itemlist component
This commit is contained in:
@@ -38,7 +38,7 @@ var ItemList = React.createClass({
|
|||||||
return "";
|
return "";
|
||||||
}
|
}
|
||||||
|
|
||||||
var maxSlots = 3;
|
var maxSlots = 10;
|
||||||
var selectedIndex = Math.floor(this.props.currentOffset / this.props.limit);
|
var selectedIndex = Math.floor(this.props.currentOffset / this.props.limit);
|
||||||
|
|
||||||
var start, end;
|
var start, end;
|
||||||
|
|||||||
Reference in New Issue
Block a user