We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d1bdde commit c8ef86eCopy full SHA for c8ef86e
1 file changed
src/pages/inbox/ReportFetchHandler.tsx
@@ -74,8 +74,8 @@ function ReportFetchHandler() {
74
const [introSelected] = useOnyx(ONYXKEYS.NVP_INTRO_SELECTED);
75
const [betas] = useOnyx(ONYXKEYS.BETAS);
76
const [onboarding] = useOnyx(ONYXKEYS.NVP_ONBOARDING);
77
- const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
78
- const [isLoadingReportData = true] = useOnyx(ONYXKEYS.IS_LOADING_REPORT_DATA);
+ const [isLoadingApp] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_APP);
+ const [isLoadingReportData = true] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_REPORT_DATA);
79
const prevIsLoadingReportData = usePrevious(isLoadingReportData);
80
81
const reportID = reportOnyx?.reportID;
0 commit comments