diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 3efbab759..1ad41e517 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -158,7 +158,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele null } { - compact && typeof description === 'string' && description.length > 0 ? + !compact && typeof description === 'string' && description.length > 0 ?