mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-13 19:16:52 +01:00
Update ImportWallet.tsx
This commit is contained in:
parent
5a7fb86742
commit
db58bcf70d
1 changed files with 1 additions and 1 deletions
|
@ -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>
|
||||
</>
|
||||
|
|
Loading…
Add table
Reference in a new issue