mirror of
https://github.com/scratchfoundation/scratch-www.git
synced 2024-11-23 23:57:55 -05:00
Fixed problem with loading
This commit is contained in:
parent
ce8849e4aa
commit
f545d8acf7
1 changed files with 1 additions and 1 deletions
|
@ -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));
|
||||
|
|
Loading…
Reference in a new issue