Fix missing uri param for fetchReplies
This commit is contained in:
parent
d6a395f9a8
commit
b693925fe5
1 changed files with 1 additions and 0 deletions
|
@ -81,6 +81,7 @@ export default function OwnComments(props: Props) {
|
|||
</div>
|
||||
<React.Suspense fallback={null}>
|
||||
<Comment
|
||||
uri={contentClaim?.canonical_url}
|
||||
isTopLevel
|
||||
hideActions
|
||||
comment={comment}
|
||||
|
|
Loading…
Reference in a new issue