Update ImportWallet.tsx

This commit is contained in:
Marcos Rodriguez Velez 2025-02-23 23:02:34 -04:00
parent 5a7fb86742
commit db58bcf70d

View file

@ -194,7 +194,7 @@ const ImportWallet = () => {
<>
<Button disabled={importText.trim().length === 0} title={loc.wallets.import_do_import} testID="DoImport" onPress={handleImport} />
<BlueSpacing20 />
<AddressInputScanButton type="link" onChangeText={setImportText} />
<AddressInputScanButton type="link" onChangeText={setImportText} testID="ScanImport" />
</>
</View>
</>