mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-03-26 08:55:56 +01:00
Update AddressInput.tsx
This commit is contained in:
parent
90172d1e67
commit
057a935ca7
1 changed files with 1 additions and 1 deletions
|
@ -77,7 +77,7 @@ const AddressInput = ({
|
|||
case actionKeys.ScanQR:
|
||||
scanButtonTapped();
|
||||
if (launchedBy) {
|
||||
scanQrHelper(navigate, launchedBy ?? undefined)
|
||||
scanQrHelper(navigate, launchedBy)
|
||||
.then(value => onBarScanned({ data: value }))
|
||||
.catch(error => {
|
||||
presentAlert({ message: error.message });
|
||||
|
|
Loading…
Add table
Reference in a new issue