Skip to content

Commit 5cbe800

Browse files
committed
update code
1 parent eafd9ef commit 5cbe800

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/TransactionMerge/ConfirmationPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ function ConfirmationPage({route}: ConfirmationPageProps) {
117117
// Ensure the dismiss completes first
118118
Navigation.setNavigationActionToMicrotaskQueue(() => {
119119
// Navigate to the money request report in search results
120-
Navigation.navigate(ROUTES.SEARCH_MONEY_REQUEST_REPORT.getRoute({reportID: reportIDToDismiss}), {forceReplace: true});
120+
Navigation.navigate(ROUTES.SEARCH_MONEY_REQUEST_REPORT.getRoute({reportID: reportIDToDismiss}));
121121
});
122122
return;
123123
}

0 commit comments

Comments
 (0)