diff --git a/fastlane/metadata/review_information/notes.txt b/fastlane/metadata/review_information/notes.txt index 8b137891..9daeafb9 100644 --- a/fastlane/metadata/review_information/notes.txt +++ b/fastlane/metadata/review_information/notes.txt @@ -1 +1 @@ - +test diff --git a/screen/wallets/details.js b/screen/wallets/details.js index ba129350..e7d8c25e 100644 --- a/screen/wallets/details.js +++ b/screen/wallets/details.js @@ -12,6 +12,7 @@ import { BlueNavigationStyle, } from '../../BlueComponents'; import PropTypes from 'prop-types'; +import { LightningCustodianWallet } from '../../class/lightning-custodian-wallet' let EV = require('../../events'); /** @type {AppStorage} */ let BlueApp = require('../../BlueApp'); @@ -171,7 +172,7 @@ export default class WalletDetails extends Component { - + />} ); } diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index a2126fed..cbd09042 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -366,7 +366,7 @@ export default class WalletTransactions extends Component { - {loc.wallets.list.tap_here_to_buy} - + } } refreshControl={ this.refreshTransactions()} refreshing={this.state.isTransactionsLoading} />}