diff --git a/src/components/core/chatter/SolidChatterHeader.tsx b/src/components/core/chatter/SolidChatterHeader.tsx index ae6ac718..e0c1546a 100644 --- a/src/components/core/chatter/SolidChatterHeader.tsx +++ b/src/components/core/chatter/SolidChatterHeader.tsx @@ -131,10 +131,12 @@ export const SolidChatterHeader = (props: Props) => { return (
-

- {title || ''} -

-
+ {title && + (

+ {title} +

+ )} +
{/*