Skip to content

Commit fe2deb9

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -174,7 +174,7 @@ class AddCatalogPriceFormView extends React.PureComponent {
174174
size="5"
175175
title={ currencyName }
176176
required="required"
177-
onChange={ handleChangePrice }/>
177+
onChange={ handleChangePrice } />
178178
</div>
179179
</div>
180180
</div>

0 commit comments

Comments
 (0)