mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-23 15:20:55 +01:00
parent
999cc1f163
commit
893279a884
2 changed files with 2 additions and 4 deletions
|
@ -9,7 +9,7 @@ import {
|
|||
BlueCopyTextToClipboard,
|
||||
BlueNavigationStyle,
|
||||
BlueSpacing20,
|
||||
BlueBigCheckmark,
|
||||
BlueBigCheckmark
|
||||
} from '../../BlueComponents';
|
||||
import PropTypes from 'prop-types';
|
||||
import ReactNativeHapticFeedback from 'react-native-haptic-feedback';
|
||||
|
|
|
@ -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()}
|
||||
</View>
|
||||
|
|
Loading…
Add table
Reference in a new issue