We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edd7891 commit 54f2477Copy full SHA for 54f2477
src/page/topic/index.tsx
@@ -37,7 +37,7 @@ const TopicList: React.FC<Props> = (props) => {
37
limit,
38
});
39
40
- if (res.data.lenght < limit) {
+ if (res.data.length < limit) {
41
state.hasNext = false;
42
}
43
0 commit comments