Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
dukenv0307 committed Apr 25, 2024
1 parent f788b80 commit b723078
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -975,7 +975,18 @@ function MoneyRequestConfirmationList({
)}
</View>
),
[isLocalFile, receiptFilename, resolvedThumbnail, styles.moneyRequestImage, isAttachmentInvalid, isThumbnail, resolvedReceiptImage, receiptThumbnail, fileExtension],
[
isLocalFile,
receiptFilename,
resolvedThumbnail,
styles.moneyRequestImage,
isAttachmentInvalid,
isThumbnail,
resolvedReceiptImage,
receiptThumbnail,
fileExtension,
isDistanceRequest,
],
);

return (
Expand Down

0 comments on commit b723078

Please sign in to comment.