mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Merge pull request #7681 from BlueWallet/ele
FIX: Can not turn Electrum Server on. #7680
This commit is contained in:
commit
4670eea38a
1 changed files with 0 additions and 2 deletions
|
@ -611,9 +611,7 @@ const ElectrumSettings: React.FC = () => {
|
||||||
onValueChange: onElectrumConnectionEnabledSwitchChange,
|
onValueChange: onElectrumConnectionEnabledSwitchChange,
|
||||||
value: isElectrumDisabled,
|
value: isElectrumDisabled,
|
||||||
testID: 'ElectrumConnectionEnabledSwitch',
|
testID: 'ElectrumConnectionEnabledSwitch',
|
||||||
disabled: isLoading,
|
|
||||||
}}
|
}}
|
||||||
disabled={isLoading}
|
|
||||||
bottomDivider={false}
|
bottomDivider={false}
|
||||||
subtitle={loc.settings.electrum_offline_description}
|
subtitle={loc.settings.electrum_offline_description}
|
||||||
/>
|
/>
|
||||||
|
|
Loading…
Add table
Reference in a new issue