diff --git a/src/components/ReportActionItem/ReportPreview.tsx b/src/components/ReportActionItem/ReportPreview.tsx index faf487ed8dae..9485017eb701 100644 --- a/src/components/ReportActionItem/ReportPreview.tsx +++ b/src/components/ReportActionItem/ReportPreview.tsx @@ -182,7 +182,6 @@ function ReportPreview({ const shouldShowSubmitButton = isOpenExpenseReport && !isArchivedExpenseReport && - !isArchivedReport && reimbursableSpend !== 0 && !showRTERViolationMessage && !shouldShowBrokenConnectionViolation &&