Skip to content

Commit

Permalink
Merge pull request #38111 from dukenv0307/fix/37289-incorrect-tag-format
Browse files Browse the repository at this point in the history
Fix/37289: Incorrect tag in split bill view
  • Loading branch information
yuwenmemon authored Mar 13, 2024
2 parents 2d32f2f + d87d080 commit 0cb701c
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 @@ -785,7 +785,7 @@ function MoneyRequestConfirmationList({
<MenuItemWithTopDescription
key={name}
shouldShowRightIcon={!isReadOnly}
title={TransactionUtils.getTag(transaction, index)}
title={TransactionUtils.getTagForDisplay(transaction, index)}
description={name}
numberOfLinesTitle={2}
onPress={() => {
Expand Down

0 comments on commit 0cb701c

Please sign in to comment.