mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-22 15:04:50 +01:00
FIX
This commit is contained in:
parent
6acbe842a2
commit
d792cdac15
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ export default class TransactionsDetails extends Component {
|
|||
<React.Fragment>
|
||||
<BlueText style={{ fontSize: 16, fontWeight: '500', marginBottom: 4 }}>{loc.send.create.fee}</BlueText>
|
||||
<BlueText style={{ marginBottom: 26, color: 'grey' }}>
|
||||
{loc.formatBalance(this.state.tx.fee, BitcoinUnit.SATS, BitcoinUnit.BTC)}
|
||||
{this.state.tx.fee + ' sats'}
|
||||
</BlueText>
|
||||
</React.Fragment>
|
||||
)}
|
||||
|
|
Loading…
Add table
Reference in a new issue