Fixed problem with loading

This commit is contained in:
Rachel Thornton 2016-04-04 14:11:35 -04:00
parent ce8849e4aa
commit f545d8acf7

View file

@ -58,7 +58,7 @@ var Explore = injectIntl(React.createClass({
};
offset+=16;
this.api({
uri: '/search/projects?offset='+offset+tabText
uri: '/search/projects?limit=16&offset='+offset+tabText
}, function (err, body) {
if (!err) this.setState({exploreMore: body});
}.bind(this));