diff --git a/src/components/Shared/ValidationErrorsInfoDialog.js b/src/components/Shared/ValidationErrorsInfoDialog.js
index bdffe15..e7b2e3c 100644
--- a/src/components/Shared/ValidationErrorsInfoDialog.js
+++ b/src/components/Shared/ValidationErrorsInfoDialog.js
@@ -28,30 +28,39 @@ export class ValidationErrorsInfoDialog extends React.Component {
render() {
- return (
-
-
+ );
+ }
}
-}
-module.exports = ValidationErrorsInfoDialog;
\ No newline at end of file
+ module.exports = ValidationErrorsInfoDialog;