Skip to content

Commit eccf9fe

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

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
@@ -91,7 +91,7 @@ class SeriesSaleItem extends React.PureComponent {
9191
{ hasDate && sale.date }
9292
{' '}
9393
<ParticipantLink url={sale.sellerUrl} name={sale.sellerName} />
94-
{' '}
94+
{' '}
9595
{ hasBuyer ?
9696
(l10n['t_sold_to'] || 'sold to')
9797
: (l10n['t_was_selling'] || 'was selling for')

0 commit comments

Comments
 (0)