diff --git a/src/Alert.tsx b/src/Alert.tsx index 0692cd4ca..a2aa1c4ad 100644 --- a/src/Alert.tsx +++ b/src/Alert.tsx @@ -156,7 +156,9 @@ export const Alert = memo( {title} )} - {description} + {description !== undefined && ( + {description} + )} {isClosableByUser && (