#169 バグ修正
This commit is contained in:
@@ -45,7 +45,7 @@ export default () => {
|
|||||||
.map (post => [post.id, post])))
|
.map (post => [post.id, post])))
|
||||||
.values ())]))
|
.values ())]))
|
||||||
setCursor (data.nextCursor)
|
setCursor (data.nextCursor)
|
||||||
setTotalPages (Math.trunc ((data.count - 1) / limit))
|
setTotalPages (Math.ceil (data.count / limit))
|
||||||
|
|
||||||
setLoading (false)
|
setLoading (false)
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user