From f43706f967a7b185356a8d734f8027a5d704e854 Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Wed, 6 Sep 2023 14:10:53 +0300 Subject: [PATCH] space fix indentation --- src/common/MetaPreview/MetaPreview.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/common/MetaPreview/MetaPreview.js b/src/common/MetaPreview/MetaPreview.js index 1745046b6..9af7e6699 100644 --- a/src/common/MetaPreview/MetaPreview.js +++ b/src/common/MetaPreview/MetaPreview.js @@ -159,7 +159,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele } { compact && typeof description === 'string' && description.length > 0 ? -
+
{description}
: @@ -182,7 +182,7 @@ const MetaPreview = ({ className, compact, name, logo, background, runtime, rele )) } { - !compact && typeof description === 'string' && description.length > 0 ? + !compact && typeof description === 'string' && description.length > 0 ?
{t('SUMMARY')}