Skip to content

Commit c8ef86e

Browse files
committed
update deprecated key names
1 parent 1d1bdde commit c8ef86e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/inbox/ReportFetchHandler.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,8 @@ function ReportFetchHandler() {
7474
const [introSelected] = useOnyx(ONYXKEYS.NVP_INTRO_SELECTED);
7575
const [betas] = useOnyx(ONYXKEYS.BETAS);
7676
const [onboarding] = useOnyx(ONYXKEYS.NVP_ONBOARDING);
77-
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
78-
const [isLoadingReportData = true] = useOnyx(ONYXKEYS.IS_LOADING_REPORT_DATA);
77+
const [isLoadingApp] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_APP);
78+
const [isLoadingReportData = true] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_REPORT_DATA);
7979
const prevIsLoadingReportData = usePrevious(isLoadingReportData);
8080

8181
const reportID = reportOnyx?.reportID;

0 commit comments

Comments
 (0)