diff --git a/src/components/Shared/ValidationErrorsInfoDialog.js b/src/components/Shared/ValidationErrorsInfoDialog.js index e7b2e3c..de1193d 100644 --- a/src/components/Shared/ValidationErrorsInfoDialog.js +++ b/src/components/Shared/ValidationErrorsInfoDialog.js @@ -48,14 +48,16 @@ export class ValidationErrorsInfoDialog extends React.Component { modal={this.props.modal ? this.props.modal : false} height={defaultDialogHeight + this.props.errorMessages.length * dialogHeightPerLine} > - {this.props.errorMessages.map(errorMessage => { - return ( -