diff --git a/.prettierignore b/.prettierignore new file mode 100644 index 000000000..16bad3b35 --- /dev/null +++ b/.prettierignore @@ -0,0 +1 @@ +MetaPreview.js \ No newline at end of file diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 1ad41e517..de1a1800c 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 ? + typeof description === 'string' && description.length > 0 ?
{description}
: null