share link rendered in compact mode too

This commit is contained in:
nklhrstv 2020-04-02 12:26:34 +03:00
parent 41fe043768
commit 8f9efa2fea

View file

@ -187,7 +187,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
null
}
{
!compact && typeof linksGroups[CONSTANTS.SHARE_LINK_CATEGORY] === 'object' ?
typeof linksGroups[CONSTANTS.SHARE_LINK_CATEGORY] === 'object' ?
<React.Fragment>
<ActionButton
className={styles['action-button']}