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>
|
</div>
|
||||||
<React.Suspense fallback={null}>
|
<React.Suspense fallback={null}>
|
||||||
<Comment
|
<Comment
|
||||||
|
uri={contentClaim?.canonical_url}
|
||||||
isTopLevel
|
isTopLevel
|
||||||
hideActions
|
hideActions
|
||||||
comment={comment}
|
comment={comment}
|
||||||
|
|
Loading…
Reference in a new issue