Skip to content

Commit 1f8e022

Browse files
authored
Merge pull request Expensify#63449 from Expensify/vit-fixReportFooterCanBeMissing
[NoQA] Update the can be missing for report nvps in ReportFooter
2 parents 23f6bfe + 3c195ee commit 1f8e022

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/pages/home/report/ReportFooter.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -102,7 +102,7 @@ function ReportFooter({
102102
},
103103
canBeMissing: true,
104104
});
105-
const [reportNameValuePairs] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report?.reportID}`, {canBeMissing: false});
105+
const [reportNameValuePairs] = useOnyx(`${ONYXKEYS.COLLECTION.REPORT_NAME_VALUE_PAIRS}${report?.reportID}`, {canBeMissing: true});
106106

107107
const chatFooterStyles = {...styles.chatFooter, minHeight: !isOffline ? CONST.CHAT_FOOTER_MIN_HEIGHT : 0};
108108
const isArchivedRoom = isArchivedNonExpenseReport(report, reportNameValuePairs);

0 commit comments

Comments
 (0)