Skip to content

Commit fbf1d1b

Browse files
bahossphp-coder
andauthored
Update src/main/frontend/src/components/AddCatalogPriceForm.js
Co-authored-by: Slava Semushin <slava.semushin@gmail.com>
1 parent 0be86ac commit fbf1d1b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/frontend/src/components/AddCatalogPriceForm.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
126126
<form className={ `form-horizontal ${hasValidationErrors ? 'has-error' : ''}` } onSubmit={ handleSubmit }>
127127
<div
128128
id="add-catalog-price-failed-msg"
129-
className={`alert alert-danger text-center col-sm-8 col-sm-offset-2 ${hasServerError ? '' : 'hidden'}`}>
129+
className={ `alert alert-danger text-center col-sm-8 col-sm-offset-2 ${hasServerError ? '' : 'hidden'}` }>
130130
{ this.props.l10n['t_server_error'] || 'Server error' }
131131
</div>
132132
<div className="form-group form-group-sm">
@@ -195,4 +195,4 @@ class AddCatalogPriceFormView extends React.PureComponent {
195195
</div>
196196
);
197197
}
198-
}
198+
}

0 commit comments

Comments
 (0)