fix: comment not refreshed

This commit is contained in:
DIYgod 2023-03-04 00:15:51 +00:00
parent 56c48ff0d3
commit 6ce6afa373
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View File

@ -123,6 +123,7 @@ export const CommentItem: React.FC<{
},
) => (
<CommentItem
originalId={originalId}
comment={subcomment}
key={subcomment.transactionHash}
depth={depth + 1}