Don't show "comments disabled" while still fetching.

## Issue
6513
This commit is contained in:
infinite-persistence 2021-07-17 12:09:11 +08:00
parent 1882e78d51
commit 9c05239b04
No known key found for this signature in database
GPG key ID: B9C3252EDC3D0AA0

View file

@ -100,7 +100,7 @@ function CommentsReplies(props: Props) {
/>
);
})}
{totalReplies < numDirectReplies && (
{!isFetchingByParentId[parentId] && totalReplies < numDirectReplies && (
<li className="comment comment--reply">
<div className="comment__content">
<div className="comment__thumbnail-wrapper">