We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4140226 + 3f133c1 commit 2b7e443Copy full SHA for 2b7e443
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