Skip to content

Commit

Permalink
Merge pull request Expensify#40334 from nkdengineer/fix/39798
Browse files Browse the repository at this point in the history
Display violation when tax rate is invalid
  • Loading branch information
stitesExpensify authored Apr 20, 2024
2 parents 5d38ee9 + 60f2822 commit 1e510b5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/components/ReportActionItem/MoneyRequestView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -507,6 +507,8 @@ function MoneyRequestView({
ROUTES.MONEY_REQUEST_STEP_TAX_RATE.getRoute(CONST.IOU.ACTION.EDIT, CONST.IOU.TYPE.REQUEST, transaction?.transactionID ?? '', report.reportID),
)
}
brickRoadIndicator={getErrorForField('tax') ? CONST.BRICK_ROAD_INDICATOR_STATUS.ERROR : undefined}
error={getErrorForField('tax')}
/>
</OfflineWithFeedback>
)}
Expand Down

0 comments on commit 1e510b5

Please sign in to comment.