diff --git a/src/bootstrap/Alert.js b/src/bootstrap/Alert.js index f460931..d0f3acc 100644 --- a/src/bootstrap/Alert.js +++ b/src/bootstrap/Alert.js @@ -37,7 +37,11 @@ Alert.defaultProps = { export function Alert({ type, onDismiss, children }) { return ( -
+
{onDismiss ? (