Skip to content

Commit

Permalink
fix: empty condition for distance in confirm page
Browse files Browse the repository at this point in the history
  • Loading branch information
nexarvo committed Mar 11, 2024
1 parent 3d4504e commit e18475b
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 e18475b

Please sign in to comment.