remove sub heart on collections
This commit is contained in:
parent
932a202573
commit
8fa55082d5
1 changed files with 1 additions and 1 deletions
|
@ -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} />
|
||||
</>
|
||||
|
|
Loading…
Reference in a new issue