diff --git a/pkg/interface/src/views/apps/notifications/header.tsx b/pkg/interface/src/views/apps/notifications/header.tsx index 22a6ca3860..63cdce0e58 100644 --- a/pkg/interface/src/views/apps/notifications/header.tsx +++ b/pkg/interface/src/views/apps/notifications/header.tsx @@ -87,9 +87,9 @@ export function Header(props: { {!!moduleIcon && } {!!channel && {channelTitle}} - {groupTitle && + {groupTitle && <> - {groupTitle}} + {groupTitle} }