Skip to content
This repository has been archived by the owner on Jun 16, 2022. It is now read-only.

Commit

Permalink
LL-8928 - Fix "Receive page is blank" (#2107)
Browse files Browse the repository at this point in the history
* Fix ReceiveFunds/ConnectDevice missing params when navigating in onSkipDevice

* Revert something I tried during debugging
  • Loading branch information
ofreyssinet-ledger authored Jan 11, 2022
1 parent c35084d commit 892d6a3
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/screens/ReceiveFunds/02-ConnectDevice.js
Original file line number Diff line number Diff line change
Expand Up @@ -94,8 +94,7 @@ export default function ConnectDevice({ navigation, route }: Props) {
const onSkipDevice = useCallback(() => {
if (!account) return;
navigation.navigate(ScreenName.ReceiveConfirmation, {
accountId: account.id,
parentId: parentAccount && parentAccount.id,
...route.params,
});
}, [account, navigation, parentAccount]);

Expand Down

0 comments on commit 892d6a3

Please sign in to comment.