Skip to content

Commit

Permalink
Merge pull request #38075 from usman-ghani564/fix/37850-update-distan…
Browse files Browse the repository at this point in the history
…ce-condition
  • Loading branch information
cead22 authored Mar 14, 2024
2 parents 13f8bc0 + e18475b commit b7a230e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -717,7 +717,7 @@ function MoneyTemporaryForRefactorRequestConfirmationList({
<MenuItemWithTopDescription
key={translate('common.distance')}
shouldShowRightIcon={!isReadOnly && canEditDistance}
title={iouMerchant}
title={isMerchantEmpty ? '' : iouMerchant}
description={translate('common.distance')}
style={[styles.moneyRequestMenuItem]}
titleStyle={styles.flex1}
Expand Down

0 comments on commit b7a230e

Please sign in to comment.