diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js
index 548faf5a7..a9424b8fd 100644
--- a/src/common/MetaPreview/MetaPreview.js
+++ b/src/common/MetaPreview/MetaPreview.js
@@ -210,16 +210,19 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele
null
}
{
-
+ typeof showHref === 'string' && compact ?
+
+ :
+ null
}
{
- linksGroups.has(CONSTANTS.SHARE_LINK_CATEGORY) ?
+ linksGroups.has(CONSTANTS.SHARE_LINK_CATEGORY) && !compact ?