mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
FIX: Can not turn Electrum Server on. #7680
This commit is contained in:
parent
18a187b120
commit
ddee4cdaaf
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