mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update screen/settings/ElectrumSettings.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
8ba1f3d1d4
commit
57b74f10e2
1 changed files with 1 additions and 1 deletions
|
@ -523,7 +523,7 @@ const ElectrumSettings: React.FC = () => {
|
|||
<BlueSpacing20 />
|
||||
<Button
|
||||
showActivityIndicator={isLoading}
|
||||
disabled={isLoading || preferredServerIsEmpty || isServerAlreadySaved}
|
||||
disabled={isLoading || preferredServerIsEmpty}
|
||||
testID="Save"
|
||||
onPress={save}
|
||||
title={loc.settings.save}
|
||||
|
|
Loading…
Add table
Reference in a new issue