mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-21 14:34:55 +01:00
TST
This commit is contained in:
parent
d792cdac15
commit
35a813a021
1 changed files with 1 additions and 4 deletions
|
@ -12,7 +12,6 @@ import {
|
|||
BlueNavigationStyle,
|
||||
} from '../../BlueComponents';
|
||||
import PropTypes from 'prop-types';
|
||||
import { BitcoinUnit } from '../../models/bitcoinUnits';
|
||||
/** @type {AppStorage} */
|
||||
let BlueApp = require('../../BlueApp');
|
||||
let loc = require('../../loc');
|
||||
|
@ -143,9 +142,7 @@ export default class TransactionsDetails extends Component {
|
|||
{this.state.tx.hasOwnProperty('fee') && (
|
||||
<React.Fragment>
|
||||
<BlueText style={{ fontSize: 16, fontWeight: '500', marginBottom: 4 }}>{loc.send.create.fee}</BlueText>
|
||||
<BlueText style={{ marginBottom: 26, color: 'grey' }}>
|
||||
{this.state.tx.fee + ' sats'}
|
||||
</BlueText>
|
||||
<BlueText style={{ marginBottom: 26, color: 'grey' }}>{this.state.tx.fee + ' sats'}</BlueText>
|
||||
</React.Fragment>
|
||||
)}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue