diff --git a/src/content-tags-drawer/ContentTagsCollapsible.jsx b/src/content-tags-drawer/ContentTagsCollapsible.jsx index 2428e3633..50eb2c79b 100644 --- a/src/content-tags-drawer/ContentTagsCollapsible.jsx +++ b/src/content-tags-drawer/ContentTagsCollapsible.jsx @@ -382,7 +382,7 @@ const ContentTagsCollapsible = ({ -

{name}

+

{name}

diff --git a/src/content-tags-drawer/ContentTagsDrawer.jsx b/src/content-tags-drawer/ContentTagsDrawer.jsx index a1d15810d..b26d87d17 100644 --- a/src/content-tags-drawer/ContentTagsDrawer.jsx +++ b/src/content-tags-drawer/ContentTagsDrawer.jsx @@ -90,10 +90,10 @@ const ContentTagsDrawer = ({ id, onClose }) => { return ( -
+
{ isContentDataLoaded - ?

{ contentName }

+ ?

{ contentName }

: (
{ />
)} -
-

{intl.formatMessage(messages.headerSubtitle)}

- - { isTaxonomyListLoaded && isContentTaxonomyTagsLoaded - ? tagsByTaxonomy.map((data) => ( -
- -
-
- )) - : } + +

+ {intl.formatMessage(messages.headerSubtitle)} +

+ { isTaxonomyListLoaded && isContentTaxonomyTagsLoaded + ? tagsByTaxonomy.map((data) => ( +
+ +
+
+ )) + : } +
{ isTaxonomyListLoaded && isContentTaxonomyTagsLoaded && (