1
0
Fork 0
mirror of https://github.com/BlueWallet/BlueWallet.git synced 2025-03-26 08:55:56 +01:00

Update import.js

This commit is contained in:
Marcos Rodriguez Velez 2024-10-02 18:00:19 -04:00
parent 7237fcf238
commit 4399f82a9b

View file

@ -97,7 +97,7 @@ const WalletsImport = () => {
};
const importScan = async () => {
const data = await scanQrHelper(route.name, true);
const data = await scanQrHelper(navigation, onBarScanned, loc.send.scan_address);
onBarScanned(data);
};