Skip to content

Commit 3aaff86

Browse files
bahossphp-coder
andauthored
Update src/main/frontend/src/components/SeriesSalesList.js
Co-authored-by: Slava Semushin <slava.semushin@gmail.com>
1 parent 831b918 commit 3aaff86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/frontend/src/components/SeriesSalesList.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ class SeriesSaleItem extends React.PureComponent {
106106
{ `${sale.firstPrice}\u00A0${sale.firstCurrency}` }
107107
{ hasSecondPrice && `(${sale.secondPrice}\u00A0${sale.secondCurrency})` }
108108
</a>
109-
: <React.Fragment>
109+
: <React.Fragment>
110110
{ `${sale.firstPrice}\u00A0${sale.firstCurrency}` }
111111
{ hasSecondPrice && `(${sale.secondPrice}\u00A0${sale.secondCurrency})` }
112112
</React.Fragment>

0 commit comments

Comments
 (0)