We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents edd7891 + 54f2477 commit 3f133c1Copy full SHA for 3f133c1
1 file changed
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