Skip to content

Commit

Permalink
fix: I was missing to pass the addressIsValid property to the QRCodeS…
Browse files Browse the repository at this point in the history
…canner component.
  • Loading branch information
francocarballar committed Jul 29, 2023
1 parent f06e21c commit ed75014
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/FullModal/Send/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -215,7 +215,7 @@ const Component = ({ onClose }) => {
{/* Step Account */}
{step === 'address' ? (
<>
<QRCodeScanner toAddress={toAddress} setToAddress={setToAddress} />
<QRCodeScanner toAddress={toAddress} setToAddress={setToAddress} addressIsValid={addressIsValid} />
<InputWithButton
placeholder='Address'
value={toAddress}
Expand Down

0 comments on commit ed75014

Please # to comment.