Skip to content

Commit

Permalink
fixes the issue
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Apr 17, 2024
1 parent 719c1ed commit 1ca5520
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -894,7 +894,7 @@ function MoneyTemporaryForRefactorRequestConfirmationList({
isLocalFile && Str.isPDF(receiptFilename) ? (
<PDFThumbnail
// eslint-disable-next-line @typescript-eslint/non-nullable-type-assertion-style
previewSourceURL={resolvedThumbnail as string}
previewSourceURL={resolvedReceiptImage as string}
style={styles.moneyRequestImage}
// We don't support scaning password protected PDF receipt
enabled={!isAttachmentInvalid}
Expand Down

0 comments on commit 1ca5520

Please sign in to comment.