Skip to content

Commit

Permalink
remove unnecessary condition
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Nov 13, 2024
1 parent 6e97db2 commit 58258ed
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/ReportActionItem/ReportPreview.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ function ReportPreview({
const shouldShowSubmitButton =
isOpenExpenseReport &&
!isArchivedExpenseReport &&
!isArchivedReport &&
reimbursableSpend !== 0 &&
!showRTERViolationMessage &&
!shouldShowBrokenConnectionViolation &&
Expand Down

0 comments on commit 58258ed

Please sign in to comment.