mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-02-24 07:28:07 +01:00
FIX: hide provide entropy button when creating Lightning or MS wallet
This commit is contained in:
parent
a8eaaf5068
commit
0e2a518157
1 changed files with 3 additions and 3 deletions
|
@ -309,6 +309,9 @@ const WalletsAdd = () => {
|
|||
);
|
||||
}
|
||||
})()}
|
||||
{isAdvancedOptionsEnabled && selectedWalletType === ButtonSelected.ONCHAIN && !isLoading && (
|
||||
<BlueButtonLinkHook style={styles.import} title={entropyButtonText} onPress={navigateToEntropy} />
|
||||
)}
|
||||
<BlueSpacing20 />
|
||||
<View style={styles.createButton}>
|
||||
{!isLoading ? (
|
||||
|
@ -325,9 +328,6 @@ const WalletsAdd = () => {
|
|||
onPress={navigateToImportWallet}
|
||||
/>
|
||||
)}
|
||||
{isAdvancedOptionsEnabled && !isLoading && (
|
||||
<BlueButtonLinkHook style={styles.import} title={entropyButtonText} onPress={navigateToEntropy} />
|
||||
)}
|
||||
</View>
|
||||
</KeyboardAvoidingView>
|
||||
</ScrollView>
|
||||
|
|
Loading…
Add table
Reference in a new issue