mirror of
https://github.com/BlueWallet/BlueWallet.git
synced 2025-01-18 21:35:21 +01:00
Update screen/settings/IsItMyAddress.tsx
Co-authored-by: coderabbitai[bot] <136622811+coderabbitai[bot]@users.noreply.github.com>
This commit is contained in:
parent
61da30262e
commit
795b336ff9
@ -104,7 +104,9 @@ const IsItMyAddress: React.FC = () => {
|
||||
};
|
||||
|
||||
const onBarScanned = (value: string) => {
|
||||
const cleanAddress = value.replace(/^bitcoin(:|=)/i, '').split('?')[0];
|
||||
setAddress(value);
|
||||
setResultCleanAddress(cleanAddress);
|
||||
};
|
||||
|
||||
const importScan = async () => {
|
||||
|
Loading…
Reference in New Issue
Block a user