diff --git a/ui/component/previewOverlayProperties/view.jsx b/ui/component/previewOverlayProperties/view.jsx index 2342dc855..b428a1c3f 100644 --- a/ui/component/previewOverlayProperties/view.jsx +++ b/ui/component/previewOverlayProperties/view.jsx @@ -65,7 +65,7 @@ export default function PreviewOverlayProperties(props: Props) { {isCollection && claim && !iconOnly &&
{claimCount}
} {!iconOnly && isStream && } {isStream && } - {isSubscribed && } + {isSubscribed && !isCollection && } {!claimIsMine && downloaded && }