From bdb5c1ede1f27e203303b1d526a88a9da7f04535 Mon Sep 17 00:00:00 2001 From: Niklas Aronsson Date: Wed, 19 Apr 2023 13:07:51 +0200 Subject: [PATCH] Bazaar: Remove h4 from ItemCardHeader title props Since the title will be wrapped by a h4 in the "ItemCardHeader" a h4 will have a h4 element as child. And the following warning is logged: warning: validateDOMNesting(...):

cannot appear as a child of

. Signed-off-by: Niklas Aronsson --- plugins/bazaar/src/components/ProjectCard/ProjectCard.tsx | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/plugins/bazaar/src/components/ProjectCard/ProjectCard.tsx b/plugins/bazaar/src/components/ProjectCard/ProjectCard.tsx index 97b247e289..61d1dfebb9 100644 --- a/plugins/bazaar/src/components/ProjectCard/ProjectCard.tsx +++ b/plugins/bazaar/src/components/ProjectCard/ProjectCard.tsx @@ -94,11 +94,7 @@ export const ProjectCard = ({ setOpenCard(true)}> - {title} - - } + title={title} subtitle={`updated ${DateTime.fromISO( new Date(updatedAt!).toISOString(), ).toRelative({