mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 11:09:20 +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,
|
||||
value: isElectrumDisabled,
|
||||
testID: 'ElectrumConnectionEnabledSwitch',
|
||||
disabled: isLoading,
|
||||
}}
|
||||
disabled={isLoading}
|
||||
bottomDivider={false}
|
||||
subtitle={loc.settings.electrum_offline_description}
|
||||
/>
|
||||
|
|
Loading…
Add table
Reference in a new issue