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