diff --git a/src/index.jsx b/src/index.jsx index 3ef2bdc..61980ce 100644 --- a/src/index.jsx +++ b/src/index.jsx @@ -427,7 +427,7 @@ var Container = React.createClass({ var {form} = this.props patchForm(form) var formErrors = form.nonFieldErrors() - return
+ return
{formErrors.isPopulated() &&
{formErrors.messages().map(errorMessage)}
} @@ -513,4 +513,4 @@ extend(BootstrapForm, { , Row }) -module.exports = BootstrapForm \ No newline at end of file +module.exports = BootstrapForm