diff --git a/src/pages/home/report/ReportActionsList.tsx b/src/pages/home/report/ReportActionsList.tsx index 4e2d6602379b..dbb7d811e868 100644 --- a/src/pages/home/report/ReportActionsList.tsx +++ b/src/pages/home/report/ReportActionsList.tsx @@ -484,7 +484,7 @@ function ReportActionsList({ return !ReportUtils.isCanceledTaskReport(report, parentReportAction); } - return ReportUtils.isExpenseReport(report) || ReportUtils.isIOUReport(report); + return ReportUtils.isExpenseReport(report) || ReportUtils.isIOUReport(report) || ReportUtils.isInvoiceReport(report); }, [parentReportAction, report, sortedVisibleReportActions]); const calculateUnreadMarker = useCallback(() => {