Skip to content

Commit 3d89158

Browse files
bahossphp-coder
andauthored
Update src/main/frontend/src/components/AddCommentForm.js
Co-authored-by: Slava Semushin <[email protected]>
1 parent fe2deb9 commit 3d89158

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/frontend/src/components/AddCommentForm.js

+2-2
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ class AddCommentFormView extends React.PureComponent {
9292
const hasValidationErrors = validationErrors.length > 0;
9393
return (
9494
<div className="col-sm-12 form-group">
95-
<form className={`form-horizontal ${hasValidationErrors ? 'has-error' : ''}`} onSubmit={ handleSubmit }>
95+
<form className={ `form-horizontal ${hasValidationErrors ? 'has-error' : ''}` } onSubmit={ handleSubmit }>
9696
<div
9797
id="add-comment-failed-msg"
9898
className={ `alert alert-danger text-center col-sm-8 col-sm-offset-2 ${hasServerError ? '' : 'hidden'}` }>
@@ -130,4 +130,4 @@ class AddCommentFormView extends React.PureComponent {
130130
</div>
131131
);
132132
}
133-
}
133+
}

0 commit comments

Comments
 (0)