Skip to content

Commit

Permalink
Merge pull request Expensify#45877 from Krishna2323/krishna2323/issue…
Browse files Browse the repository at this point in the history
…/45814

fix: Receipt field is not disabled on dupe detect confirmation page.
  • Loading branch information
robertjchen authored Jul 24, 2024
2 parents 20d17eb + db485fd commit a79189f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ReportActionItem/MoneyRequestView.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -473,7 +473,7 @@ function MoneyRequestView({
{shouldShowReceiptEmptyState && (
<ReceiptEmptyState
hasError={hasErrors}
disabled={!canEditReceipt}
disabled={!canEditReceipt || readonly}
onPress={() =>
Navigation.navigate(
ROUTES.MONEY_REQUEST_STEP_SCAN.getRoute(
Expand Down

0 comments on commit a79189f

Please sign in to comment.