diff --git a/ui/component/channelContent/view.jsx b/ui/component/channelContent/view.jsx
index f25eadb7b..f90df9db2 100644
--- a/ui/component/channelContent/view.jsx
+++ b/ui/component/channelContent/view.jsx
@@ -144,7 +144,7 @@ function ChannelContent(props: Props) {
         tileLayout={tileLayout}
         uris={searchResults}
         streamType={CS.CONTENT_ALL}
-        channelIds={[claim.claim_id]}
+        channelIds={[claimId]}
         claimType={claimType}
         feeAmount={CS.FEE_AMOUNT_ANY}
         defaultOrderBy={CS.ORDER_BY_NEW}