diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 035112cbe..b10dcfecd 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -68,13 +68,18 @@ const MetaPreview = ({ className, compact = false, id, type, name, logo = '', ba }, []); return (
-
- {' -
+ { + typeof background === 'string' && background.length > 0 ? +
+ {' +
+ : + null + }
{ typeof logo === 'string' && logo.length > 0 ?