Skip to content

Commit 2b7e443

Browse files
committed
Merge branch 'feat/init' of github.com:cnodejs/react-cnode into feat/init
2 parents 4140226 + 3f133c1 commit 2b7e443

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/page/topic/index.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ const TopicList: React.FC<Props> = (props) => {
3737
limit,
3838
});
3939

40-
if (res.data.lenght < limit) {
40+
if (res.data.length < limit) {
4141
state.hasNext = false;
4242
}
4343

0 commit comments

Comments
 (0)