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 23f6bfe commit 3c195eeCopy full SHA for 3c195ee
1 file changed
src/pages/home/report/ReportFooter.tsx
@@ -102,7 +102,7 @@ function ReportFooter({
102
},
103
canBeMissing: true,
104
});
105
- const [reportNameValuePairs] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report?.reportID}`, {canBeMissing: false});
+ const [reportNameValuePairs] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report?.reportID}`, {canBeMissing: true});
106
107
const chatFooterStyles = {...styles.chatFooter, minHeight: !isOffline ? CONST.CHAT_FOOTER_MIN_HEIGHT : 0};
108
const isArchivedRoom = isArchivedNonExpenseReport(report, reportNameValuePairs);
0 commit comments