File tree 1 file changed +2
-1
lines changed
src/pages/TransactionDuplicate
1 file changed +2
-1
lines changed Original file line number Diff line number Diff line change @@ -27,6 +27,7 @@ import * as ReportUtils from '@src/libs/ReportUtils';
27
27
import * as TransactionUtils from '@src/libs/TransactionUtils' ;
28
28
import { getTransactionID } from '@src/libs/TransactionUtils' ;
29
29
import ONYXKEYS from '@src/ONYXKEYS' ;
30
+ import ROUTES from '@src/ROUTES' ;
30
31
import type SCREENS from '@src/SCREENS' ;
31
32
import type { Transaction } from '@src/types/onyx' ;
32
33
import { isEmptyObject } from '@src/types/utils/EmptyObject' ;
@@ -60,7 +61,7 @@ function Confirmation() {
60
61
if ( ! reportAction ?. childReportID ) {
61
62
return ;
62
63
}
63
- Navigation . dismissModal ( reportAction ?. childReportID ) ;
64
+ Navigation . navigate ( ROUTES . REPORT_WITH_ID . getRoute ( reportAction ?. childReportID ) ) ;
64
65
} , [ reportAction ?. childReportID , transactionsMergeParams ] ) ;
65
66
66
67
const resolveDuplicates = useCallback ( ( ) => {
You can’t perform that action at this time.
0 commit comments