Skip to content

Commit

Permalink
fix: revert accident changes
Browse files Browse the repository at this point in the history
  • Loading branch information
kirillzyusko committed Jul 15, 2024
1 parent fb434e0 commit d4b0885
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -483,7 +483,7 @@ const TransactionDuplicateStackNavigator = createModalStackNavigator<Transaction
});

const SearchReportModalStackNavigator = createModalStackNavigator<SearchReportParamList>({
//[SCREENS.SEARCH.REPORT_RHP]: () => require<ReactComponentModule>('../../../../pages/home/ReportScreen').default,
[SCREENS.SEARCH.REPORT_RHP]: () => require<ReactComponentModule>('../../../../pages/home/ReportScreen').default,
[SCREENS.SEARCH.TRANSACTION_HOLD_REASON_RHP]: () => require<ReactComponentModule>('../../../../pages/Search/SearchHoldReasonPage').default,
});

Expand Down

0 comments on commit d4b0885

Please sign in to comment.