Skip to content

Commit abd3fa1

Browse files
authored
Merge pull request Expensify#88745 from Expensify/claude-useActivityIndicatorInWithReportOrNotFound
Enable Go Back button on FullscreenLoadingIndicator in withReportOrNotFound
2 parents 066d323 + f622930 commit abd3fa1

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

src/pages/inbox/report/withReportOrNotFound.tsx

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,12 @@ export default function (shouldRequireReportID = true): <TProps extends WithRepo
114114
isLoadingReportData: isLoadingReportData !== false,
115115
shouldFetchReport,
116116
};
117-
return <FullscreenLoadingIndicator reasonAttributes={reasonAttributes} />;
117+
return (
118+
<FullscreenLoadingIndicator
119+
shouldUseGoBackButton
120+
reasonAttributes={reasonAttributes}
121+
/>
122+
);
118123
}
119124

120125
if (shouldShowNotFoundPage) {

0 commit comments

Comments
 (0)