diff --git a/src/components/ViewChannelItem.js b/src/components/ViewChannelItem.js index 4d2d525287..bf0519be22 100644 --- a/src/components/ViewChannelItem.js +++ b/src/components/ViewChannelItem.js @@ -965,7 +965,7 @@ function ViewChannelItem({ channelObjectProp, loadTeaser, playTeaser, minimal, p )} )} - {!loading && subscribed && ( + {!loading && subscribed && isChannelActive !== 0 && ( <> {/* {isOwner && Owner} */} {isOwner && (