From 8f9efa2fea25caf3dbd2b07de01dcfdfafa7cc55 Mon Sep 17 00:00:00 2001 From: nklhrstv Date: Thu, 2 Apr 2020 12:26:34 +0300 Subject: [PATCH] share link rendered in compact mode too --- src/common/MetaPreview/MetaPreview.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 1b3219123..a93cc168d 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -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' ?