Skip to content

Commit

Permalink
Opt out disabled also for deactivated channel
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek-01k committed Mar 22, 2024
1 parent b843724 commit e3f3384
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ViewChannelItem.js
Original file line number Diff line number Diff line change
Expand Up @@ -965,7 +965,7 @@ function ViewChannelItem({ channelObjectProp, loadTeaser, playTeaser, minimal, p
)}
</>
)}
{!loading && subscribed && (
{!loading && subscribed && isChannelActive !== 0 && (
<>
{/* {isOwner && <OwnerButton disabled>Owner</OwnerButton>} */}
{isOwner && (
Expand Down

0 comments on commit e3f3384

Please sign in to comment.