fix: comment not refreshed
This commit is contained in:
parent
56c48ff0d3
commit
6ce6afa373
|
|
@ -123,6 +123,7 @@ export const CommentItem: React.FC<{
|
|||
},
|
||||
) => (
|
||||
<CommentItem
|
||||
originalId={originalId}
|
||||
comment={subcomment}
|
||||
key={subcomment.transactionHash}
|
||||
depth={depth + 1}
|
||||
|
|
|
|||
Loading…
Reference in New Issue