diff --git a/packages/react-components/src/components/EmptyState/EmptyState.tsx b/packages/react-components/src/components/EmptyState/EmptyState.tsx index f6b106bd2..63b52bf03 100644 --- a/packages/react-components/src/components/EmptyState/EmptyState.tsx +++ b/packages/react-components/src/components/EmptyState/EmptyState.tsx @@ -51,13 +51,11 @@ export const EmptyState = ({ )} - <> - {type === 'full' && description && ( - - {description} - - )} - + {type === 'full' && description && ( + + {description} + + )} {actions && (