Update addMultisigStep2.js

This commit is contained in:
Marcos Rodriguez Velez 2025-02-23 21:16:38 -04:00
parent 4ff759b538
commit 5a7fb86742

View file

@ -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}
/>
</>