Fix missing uri param for fetchReplies

This commit is contained in:
Rafael 2022-04-27 09:27:38 -03:00 committed by Thomas Zarebczan
parent d6a395f9a8
commit b693925fe5

View file

@ -81,6 +81,7 @@ export default function OwnComments(props: Props) {
</div>
<React.Suspense fallback={null}>
<Comment
uri={contentClaim?.canonical_url}
isTopLevel
hideActions
comment={comment}