mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2024-11-19 09:50:15 +01:00
FIX: hide provide entropy button when creating Lightning or MS wallet
This commit is contained in:
parent
a8eaaf5068
commit
0e2a518157
@ -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…
Reference in New Issue
Block a user