[Client:Desktop] Fix bug

This commit is contained in:
syuilo
2017-03-25 23:52:49 +09:00
parent 17677e00f2
commit b0c12d09e3
2 changed files with 2 additions and 2 deletions

View File

@ -87,7 +87,7 @@
offset: this.offset
}).then(posts => {
const poll = posts ? posts[0] : null;
if (post == null) {
if (poll == null) {
this.offset = 0;
} else {
this.offset++;