Skip to content

Commit

Permalink
fix: qr back button (#6663)
Browse files Browse the repository at this point in the history
  • Loading branch information
0xApotheosis authored Apr 11, 2024
1 parent a681d5d commit ffbee72
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/Modals/QrCode/Form.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ export const Form: React.FC<QrCodeFormProps> = ({ accountId }) => {
<Route path={SendRoutes.Scan}>
<QrCodeScanner
onSuccess={handleQrSuccess}
onBack={handleBack}
onBack={handleClose}
addressError={addressError}
/>
</Route>
Expand Down

0 comments on commit ffbee72

Please sign in to comment.