btc: fix currencyValue in transaction.js

This commit is contained in:
Isaac Visintainer 2021-04-21 14:29:18 -07:00 committed by ixv
parent 5d44b596d0
commit ac02810fde

View File

@ -57,8 +57,7 @@ export default class Transaction extends Component {
sign = '';
}
// let currencyValue = (this.props.denom === 'BTC') ? null :
// sign + satsToCurrency(value, this.props.denom, this.props.rates);
let currencyValue = sign + satsToCurrency(value, this.props.denom, this.props.rates);
const failure = Boolean(this.props.tx.failure);
if (failure) action = "fail";