Skip to content

Commit

Permalink
Don't show duplicate merchant input for distance requests
Browse files Browse the repository at this point in the history
  • Loading branch information
francoisl committed Oct 11, 2023
1 parent 72a11ca commit 3b01c71
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/MoneyRequestConfirmationList.js
Original file line number Diff line number Diff line change
Expand Up @@ -571,7 +571,7 @@ function MoneyRequestConfirmationList(props) {
disabled={didConfirm || props.isReadOnly || !isTypeRequest}
/>
)}
{shouldShowSmartScanFields && (
{shouldShowSmartScanFields && !props.isDistanceRequest && (
<MenuItemWithTopDescription
shouldShowRightIcon={!props.isReadOnly && isTypeRequest}
title={props.iouMerchant}
Expand Down

0 comments on commit 3b01c71

Please sign in to comment.