Skip to content

Commit a1bb485

Browse files
bugfix: fix ledger sync qr display
1 parent eef028e commit a1bb485

File tree

2 files changed

+6
-0
lines changed

2 files changed

+6
-0
lines changed

.changeset/tame-hornets-double.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
---
2+
"live-mobile": minor
3+
---
4+
5+
QRcode displayed correctly for LedgerSync

apps/ledger-live-mobile/src/newArch/features/Accounts/screens/AddAccount/components/StepFlow.tsx

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -90,6 +90,7 @@ const StepFlow = ({
9090
onQrCodeScanned={handleQrCodeScanned}
9191
currentOption={currentOption}
9292
setSelectedOption={setCurrentOption}
93+
qrCodeValue={qrProcess.url}
9394
/>
9495
);
9596

0 commit comments

Comments
 (0)