From 35a813a0214020335fb815536748fc35d4c1aed6 Mon Sep 17 00:00:00 2001 From: Overtorment Date: Tue, 25 Dec 2018 01:06:52 +0000 Subject: [PATCH] TST --- screen/transactions/details.js | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/screen/transactions/details.js b/screen/transactions/details.js index 3a9bc9adc..8698ae751 100644 --- a/screen/transactions/details.js +++ b/screen/transactions/details.js @@ -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') && ( {loc.send.create.fee} - - {this.state.tx.fee + ' sats'} - + {this.state.tx.fee + ' sats'} )}