mirror of
https://github.com/urbit/shrub.git
synced 2024-12-01 14:42:02 +03:00
btc: fix currencyValue in transaction.js
This commit is contained in:
parent
5d44b596d0
commit
ac02810fde
@ -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";
|
||||
|
Loading…
Reference in New Issue
Block a user