remove sub heart on collections
This commit is contained in:
parent
583d565093
commit
58c5cc38ee
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>}
|
{isCollection && claim && !iconOnly && <div>{claimCount}</div>}
|
||||||
{!iconOnly && isStream && <VideoDuration uri={uri} />}
|
{!iconOnly && isStream && <VideoDuration uri={uri} />}
|
||||||
{isStream && <FileType uri={uri} small={small} />}
|
{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} />}
|
{!claimIsMine && downloaded && <Icon size={size} tooltip icon={ICONS.LIBRARY} />}
|
||||||
<FilePrice hideFree uri={uri} />
|
<FilePrice hideFree uri={uri} />
|
||||||
</>
|
</>
|
||||||
|
|
Loading…
Reference in a new issue