File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
src/pages/TransactionMerge Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -19,6 +19,7 @@ import useThemeStyles from '@hooks/useThemeStyles';
1919import { mergeTransactionRequest } from '@libs/actions/MergeTransaction' ;
2020import getNonEmptyStringOnyxID from '@libs/getNonEmptyStringOnyxID' ;
2121import { buildMergedTransactionData } from '@libs/MergeTransactionUtils' ;
22+ import isSearchTopmostFullScreenRoute from '@libs/Navigation/helpers/isSearchTopmostFullScreenRoute' ;
2223import Navigation from '@libs/Navigation/Navigation' ;
2324import type { PlatformStackScreenProps } from '@libs/Navigation/PlatformStackNavigation/types' ;
2425import type { MergeTransactionNavigatorParamList } from '@libs/Navigation/types' ;
@@ -28,7 +29,6 @@ import ROUTES from '@src/ROUTES';
2829import type SCREENS from '@src/SCREENS' ;
2930import type { Transaction } from '@src/types/onyx' ;
3031import isLoadingOnyxValue from '@src/types/utils/isLoadingOnyxValue' ;
31- import isSearchTopmostFullScreenRoute from '@libs/Navigation/helpers/isSearchTopmostFullScreenRoute' ;
3232
3333type ConfirmationPageProps = PlatformStackScreenProps < MergeTransactionNavigatorParamList , typeof SCREENS . MERGE_TRANSACTION . CONFIRMATION_PAGE > ;
3434
You can’t perform that action at this time.
0 commit comments