File tree Expand file tree Collapse file tree
src/pages/TransactionDuplicate Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -67,12 +67,12 @@ function TransactionDuplicateReview() {
6767 openReport ( route . params . threadReportID ) ;
6868 } , [ report ?. reportID , route . params . threadReportID ] ) ;
6969
70- const isLoadingReport = ! report ?. reportID && reportMetadata ?. isLoadingInitialReportActions !== false ;
70+ const isLoadingPage = ! report ?. reportID && reportMetadata ?. isLoadingInitialReportActions !== false || ! reportAction ?. reportActionID ;
7171
7272 // eslint-disable-next-line rulesdir/no-negated-variables
73- const shouldShowNotFound = ! isLoadingReport && ! transactionID ;
73+ const shouldShowNotFound = ! isLoadingPage && ! transactionID ;
7474
75- if ( isLoadingReport ) {
75+ if ( isLoadingPage ) {
7676 return (
7777 < ScreenWrapper testID = { TransactionDuplicateReview . displayName } >
7878 < View style = { [ styles . borderBottom ] } >
You can’t perform that action at this time.
0 commit comments