From 254ed677a815faa4caa35feb03c7d0f8b7a19391 Mon Sep 17 00:00:00 2001 From: kKaskak <117831817+kKaskak@users.noreply.github.com> Date: Tue, 5 Sep 2023 10:54:56 +0300 Subject: [PATCH] Fixed description on details page not showing up --- src/common/MetaPreview/MetaPreview.js | 2 +- src/common/MetaPreview/test.js | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) create mode 100644 src/common/MetaPreview/test.js 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 ?