@@ -220,7 +220,7 @@ export default {
this.allStories = [...this.allStories, ...newData.data.records];
this.displayedStories = [...this.allStories];
this.page++;
- if (this.displayedStories.length >= newData.total) {
+ if (this.displayedStories.length >= newData.data.total) {
this.noMore = true;
}
} catch (err) {