このコミットが含まれているのは:
2025-12-30 11:03:01 +09:00
コミット 1c75f2b68d
+1 -1
ファイルの表示
@@ -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)
} }