From 6b12c133f9127638d3bbb402467842656432c32a Mon Sep 17 00:00:00 2001 From: kreafox Date: Thu, 10 Nov 2022 10:30:29 +0200 Subject: [PATCH] fix(listing): fix classnames on search item --- src/blocks/Listing/item-templates/SearchItemTemplate.jsx | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/src/blocks/Listing/item-templates/SearchItemTemplate.jsx b/src/blocks/Listing/item-templates/SearchItemTemplate.jsx index d140e95e..f64390fd 100644 --- a/src/blocks/Listing/item-templates/SearchItemTemplate.jsx +++ b/src/blocks/Listing/item-templates/SearchItemTemplate.jsx @@ -40,7 +40,9 @@ const BasicItem = (props) => { className, )} > -
+
{item?.meta}
{hasImage ? ( @@ -51,7 +53,7 @@ const BasicItem = (props) => { hasDescription={hasDescription} hasDate={hasDate} /> -
+
{ ) : ( <> -
+