Skip to content

Commit

Permalink
fixes prettier diffs
Browse files Browse the repository at this point in the history
  • Loading branch information
ishpaul777 committed Apr 21, 2024
1 parent 2a28f1e commit 50c9411
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 @@ -1003,7 +1003,7 @@ function MoneyRequestConfirmationList({
<ConfirmedRoute transaction={transaction ?? ({} as OnyxTypes.Transaction)} />
</View>
)}
{(!isMovingTransactionFromTrackExpense || !hasRoute) &&
{(!isDistanceRequest) &&
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
(receiptImage || receiptThumbnail
? receiptThumbnailContent
Expand Down

0 comments on commit 50c9411

Please sign in to comment.