wip
This commit is contained in:
parent
e1a66d389f
commit
f055198b29
1 changed files with 1 additions and 1 deletions
|
@ -106,7 +106,7 @@ function CommentsReplies(props: Props) {
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
)}
|
)}
|
||||||
{(isFetchingByParentId[parentId] || isResolvingReplies || (!fetchedReplies && !canDisplayComments)) && (
|
{(isFetchingByParentId[parentId] || isResolvingReplies || !canDisplayComments) && (
|
||||||
<div className="comment__replies-container">
|
<div className="comment__replies-container">
|
||||||
<div className="comment__actions--nested">
|
<div className="comment__actions--nested">
|
||||||
<Spinner type="small" />
|
<Spinner type="small" />
|
||||||
|
|
Loading…
Reference in a new issue