From ed75014d1a6c0448a74bf6d0be0e77d8f35d4417 Mon Sep 17 00:00:00 2001 From: francocarballar Date: Fri, 28 Jul 2023 22:35:20 -0300 Subject: [PATCH] fix: I was missing to pass the addressIsValid property to the QRCodeScanner component. --- src/components/FullModal/Send/index.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/FullModal/Send/index.tsx b/src/components/FullModal/Send/index.tsx index 5efaab1..6d8a105 100644 --- a/src/components/FullModal/Send/index.tsx +++ b/src/components/FullModal/Send/index.tsx @@ -215,7 +215,7 @@ const Component = ({ onClose }) => { {/* Step Account */} {step === 'address' ? ( <> - +