Skip to content

Commit 2d0b623

Browse files
committed
update deprecated key names
1 parent aa1e42f commit 2d0b623

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/pages/inbox/ReportNotFoundGuard.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ function ReportNotFoundGuard({children}: ReportNotFoundGuardProps) {
3636
const [isLoadingInitialReportActions = true] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_METADATA}${reportIDFromRoute}`, {
3737
selector: isLoadingInitialReportActionsSelector,
3838
});
39-
const [isLoadingReportData = true] = useOnyx(ONYXKEYS.IS_LOADING_REPORT_DATA);
40-
const [isLoadingApp] = useOnyx(ONYXKEYS.IS_LOADING_APP);
39+
const [isLoadingReportData = true] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_REPORT_DATA);
40+
const [isLoadingApp] = useOnyx(ONYXKEYS.RAM_ONLY_IS_LOADING_APP);
4141
const [deleteTransactionNavigateBackUrl] = useOnyx(ONYXKEYS.NVP_DELETE_TRANSACTION_NAVIGATE_BACK_URL);
4242

4343
const parentReportAction = useParentReportAction(report);

0 commit comments

Comments
 (0)