diff --git a/src/components/FormAlertWrapper.js b/src/components/FormAlertWrapper.js index 03556fdce467..889eaa3cea54 100644 --- a/src/components/FormAlertWrapper.js +++ b/src/components/FormAlertWrapper.js @@ -53,7 +53,7 @@ const defaultProps = { // This component takes other components as a child prop. It will then render any wrapped components as a function using "render props", // and passes it a (bool) isOffline parameter. Child components can then use the isOffline variable to determine offline behavior. const FormAlertWrapper = props => ( - + {props.isAlertVisible && (