diff --git a/screen/lnd/lndViewInvoice.js b/screen/lnd/lndViewInvoice.js index ceb4c983d..776e3cca7 100644 --- a/screen/lnd/lndViewInvoice.js +++ b/screen/lnd/lndViewInvoice.js @@ -9,7 +9,7 @@ import { BlueCopyTextToClipboard, BlueNavigationStyle, BlueSpacing20, - BlueBigCheckmark, + BlueBigCheckmark } from '../../BlueComponents'; import PropTypes from 'prop-types'; import ReactNativeHapticFeedback from 'react-native-haptic-feedback'; diff --git a/screen/wallets/transactions.js b/screen/wallets/transactions.js index 0044f2a86..686728d60 100644 --- a/screen/wallets/transactions.js +++ b/screen/wallets/transactions.js @@ -227,9 +227,7 @@ export default class WalletTransactions extends Component { Blank page is also the way Trust Wallet does it with Dapp Browser. For ONCHAIN wallet type no LappBrowser button should be displayed, its Lightning-network specific. */} - {this.state.wallet.getTransactions().length > 0 && - this.state.wallet.type !== LightningCustodianWallet.type && - this.renderSellFiat()} + {this.state.wallet.getTransactions().length > 0 && this.state.wallet.type !== LightningCustodianWallet.type && this.renderSellFiat()} {this.state.wallet.type === LightningCustodianWallet.type && this.renderMarketplaceButton()} {this.state.wallet.type === LightningCustodianWallet.type && Platform.OS === 'ios' && this.renderLappBrowserButton()}