Skip to content

Commit

Permalink
Remove unneeded change
Browse files Browse the repository at this point in the history
  • Loading branch information
Beamanator committed Apr 22, 2024
1 parent e1560fd commit 8c099fd
Showing 1 changed file with 0 additions and 20 deletions.
20 changes: 0 additions & 20 deletions src/components/MoneyRequestConfirmationList.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -607,7 +607,6 @@ function MoneyRequestConfirmationList({
<ConfirmedRoute transaction={transaction} />
</View>
)}
<<<<<<< HEAD
{/* eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing */}
{receiptImage || receiptThumbnail ? (
<ReceiptImage
Expand Down Expand Up @@ -684,25 +683,6 @@ function MoneyRequestConfirmationList({
interactive={!isReadOnly}
numberOfLinesTitle={2}
/>
=======
{!isDistanceRequest &&
// eslint-disable-next-line @typescript-eslint/prefer-nullish-coalescing
(receiptImage || receiptThumbnail
? receiptThumbnailContent
: // The empty receipt component should only show for IOU Requests of a paid policy ("Team" or "Corporate")
PolicyUtils.isPaidGroupPolicy(policy) &&
!isDistanceRequest &&
iouType === CONST.IOU.TYPE.REQUEST && (
<ReceiptEmptyState
onPress={() =>
Navigation.navigate(
ROUTES.MONEY_REQUEST_STEP_SCAN.getRoute(CONST.IOU.ACTION.CREATE, iouType, transactionID, reportID, Navigation.getActiveRouteWithoutParams()),
)
}
/>
))}
{primaryFields}
>>>>>>> 4e922f14 (Merge pull request #40648 from ishpaul777/fix/40549)
{!shouldShowAllFields && (
<ShowMoreButton
containerStyle={[styles.mt1, styles.mb2]}
Expand Down

0 comments on commit 8c099fd

Please sign in to comment.