diff --git a/src/pages/settings/Wallet/ReportCardLostPage.tsx b/src/pages/settings/Wallet/ReportCardLostPage.tsx index 68c407b8ccd87..30aa0b3e9f427 100644 --- a/src/pages/settings/Wallet/ReportCardLostPage.tsx +++ b/src/pages/settings/Wallet/ReportCardLostPage.tsx @@ -113,7 +113,7 @@ function ReportCardLostPage({ return; } - Navigation.goBack(ROUTES.SETTINGS_WALLET_DOMAIN_CARD.getRoute(cardID)); + Navigation.goBack(ROUTES.SETTINGS_WALLET_DOMAIN_CARD.getRoute(newCardID ?? cardID)); }; const isDamaged = reason?.key === OPTIONS_KEYS.DAMAGED;