diff --git a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx index 1e54aea890a..ffb497e8ea5 100644 --- a/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx +++ b/packages/react-core/src/components/NotificationDrawer/NotificationDrawerHeader.tsx @@ -42,7 +42,9 @@ export const NotificationDrawerHeader: React.FunctionComponent {(customText !== undefined || count !== undefined) && ( - {customText || `${count} ${unreadText}`} + + {customText || `${count} ${unreadText}`} + )} {(children || onClose) && (