We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 839f504 commit 7c6e1a1Copy full SHA for 7c6e1a1
src/main/frontend/src/components/SeriesSalesList.js
@@ -102,7 +102,7 @@ class SeriesSaleItem extends React.PureComponent {
102
: (l10n['t_was_selling'] || 'was selling for')
103
}
104
{' '}
105
- { hasBuyer && (<ParticipantLink url={sale.buyerUrl} name={sale.buyerName} />) }
+ { hasBuyer && <ParticipantLink url={sale.buyerUrl} name={sale.buyerName} /> }
106
107
{ hasBuyer && (l10n['t_sold_for'] || 'for') }
108
0 commit comments