Skip to content

Commit 096dab0

Browse files
authored
Merge pull request #50395 from Krishna2323/krishna2323/issue/49882
fix: Expense - In archived workspace, tapping receipt replace directs to hmm not here page.
2 parents 07929ff + e3b4e28 commit 096dab0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/ReportActionItem/MoneyRequestView.tsx

+1-1
Original file line numberDiff line numberDiff line change
@@ -507,7 +507,7 @@ function MoneyRequestView({report, shouldShowAnimatedBackground, readonly = fals
507507
filename={receiptURIs?.filename}
508508
transaction={updatedTransaction ?? transaction}
509509
enablePreviewModal
510-
readonly={readonly}
510+
readonly={readonly || !canEditReceipt}
511511
/>
512512
</View>
513513
)}

0 commit comments

Comments
 (0)