mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update addMultisigStep2.js
This commit is contained in:
parent
4ff759b538
commit
5a7fb86742
1 changed files with 0 additions and 2 deletions
|
@ -66,7 +66,6 @@ const WalletsAddMultisigStep2 = () => {
|
|||
const [vaultKeyData, setVaultKeyData] = useState({ keyIndex: 1, xpub: '', seed: '', isLoading: false }); // string rendered in modal
|
||||
const [importText, setImportText] = useState('');
|
||||
const [askPassphrase, setAskPassphrase] = useState(false);
|
||||
const openScannerButton = useRef();
|
||||
const { isPrivacyBlurEnabled } = useSettings();
|
||||
const data = useRef(new Array(n));
|
||||
const { isVisible } = useKeyboard();
|
||||
|
@ -663,7 +662,6 @@ const WalletsAddMultisigStep2 = () => {
|
|||
onBarScanned={onBarScanned}
|
||||
testID="ScanOrOpenFile"
|
||||
type="link"
|
||||
ref={openScannerButton}
|
||||
disabled={isLoading}
|
||||
/>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue