fix: comment list loading
This commit is contained in:
parent
b281bac4de
commit
6c74b3b249
|
|
@ -66,7 +66,7 @@ const Comment = ({
|
|||
data={data}
|
||||
endReached={() => comments.hasNextPage && comments.fetchNextPage()}
|
||||
components={{
|
||||
Footer: comments.isLoading ? Loading : undefined,
|
||||
Footer: comments.isFetchingNextPage ? Loading : undefined,
|
||||
}}
|
||||
totalListHeightChanged={(height) => {
|
||||
if (fixHeight && height > 0) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue