show effective amount as top bid #665
1 changed files with 1 additions and 1 deletions
|
@ -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() {
|
||||
|
|
Loading…
Reference in a new issue