This website works better with JavaScript.
Home
Explore
Sign In
miteruzo
/
btrc-hub
Watch
1
Star
0
Fork
0
Code
Issues
86
Pull Requests
4
Releases
0
Wiki
Activity
Browse Source
#169
バグ修正
pull/189/head
みてるぞ
1 week ago
parent
271a469f6e
commit
1c75f2b68d
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
frontend/src/pages/posts/PostListPage.tsx
+ 1
- 1
frontend/src/pages/posts/PostListPage.tsx
View File
@@ -45,7 +45,7 @@ export default () => {
.map (post => [post.id, post])))
.values ())]))
setCursor (data.nextCursor)
setTotalPages (Math.
trun
c (
(
data.count
- 1)
/ limit))
setTotalPages (Math.c
eil
(data.count / limit))
setLoading (false)
}
Write
Preview
Loading…
Cancel
Save