diff --git a/src/ui/redux/actions/content.js b/src/ui/redux/actions/content.js index 9474b3944..74fdf8a22 100644 --- a/src/ui/redux/actions/content.js +++ b/src/ui/redux/actions/content.js @@ -155,15 +155,9 @@ export function doFetchClaimsByChannel(uri: string, page: number = 1, pageSize: setSubscriptionLatest( { channelName: latest.channel_name, - uri: buildURI( - { - contentName: latest.channel_name, - claimId: latest.claim_id, - }, - false - ), + uri: latest.signing_channel.canonical_url, }, - buildURI({ contentName: latest.name, claimId: latest.claim_id }, false) + buildURI({ streamName: latest.name, streamClaimId: latest.claim_id }, false) ) ); }