Skip to content

Commit

Permalink
suppress eslint warning
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Mar 14, 2024
1 parent 3a4760d commit 02e8025
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -621,7 +621,7 @@ function MoneyRequestConfirmationList({
<ConfirmedRoute transaction={transaction} />
</View>
)}

{/* eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing */}
{receiptImage || receiptThumbnail ? (
<ReceiptImage
style={styles.moneyRequestImage}
Expand Down

0 comments on commit 02e8025

Please sign in to comment.