diff --git a/src/pages/home/report/ReportFooter.tsx b/src/pages/home/report/ReportFooter.tsx index b3bddb9ba49..98f0f1e7998 100644 --- a/src/pages/home/report/ReportFooter.tsx +++ b/src/pages/home/report/ReportFooter.tsx @@ -63,11 +63,13 @@ type ReportFooterProps = ReportFooterOnyxProps & { onComposerBlur: () => void; }; +const defaultReport = {reportID: '0'}; + function ReportFooter({ lastReportAction, pendingAction, session, - report = {reportID: '0'}, + report = defaultReport, reportNameValuePairs, shouldShowComposeInput = false, isEmptyChat = true,