show effective amount as top bid #665

Merged
tzarebczan merged 1 commit from effectiveamount into master 2017-10-11 16:25:39 +02:00

View file

@ -173,7 +173,7 @@ class PublishForm extends React.PureComponent {
topClaimValue() {
if (!this.claim()) return null;
return parseFloat(this.claim().amount);
return parseFloat(this.claim().effective_amount);
}
myClaimExists() {