remove sub heart on collections

This commit is contained in:
zeppi 2021-06-16 11:33:31 -04:00
parent 932a202573
commit 8fa55082d5

View file

@ -65,7 +65,7 @@ export default function PreviewOverlayProperties(props: Props) {
{isCollection && claim && !iconOnly && <div>{claimCount}</div>}
{!iconOnly && isStream && <VideoDuration uri={uri} />}
{isStream && <FileType uri={uri} small={small} />}
{isSubscribed && <Icon tooltip size={size} icon={ICONS.SUBSCRIBE} />}
{isSubscribed && !isCollection && <Icon tooltip size={size} icon={ICONS.SUBSCRIBE} />}
{!claimIsMine && downloaded && <Icon size={size} tooltip icon={ICONS.LIBRARY} />}
<FilePrice hideFree uri={uri} />
</>