Skip to content

Commit 54f2477

Browse files
author
Jason
committed
fix: typo
1 parent edd7891 commit 54f2477

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)