Skip to content

Commit

Permalink
Merge pull request Expensify#35054 from FitseTLT/fix-splitbilldetails…
Browse files Browse the repository at this point in the history
…page-tag-cleanup

clean tag for old money confirmation list
  • Loading branch information
amyevans authored Jan 25, 2024
2 parents 6e2c58d + e933a83 commit 17efef8
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 @@ -758,7 +758,7 @@ function MoneyRequestConfirmationList(props) {
{shouldShowTags && (
<MenuItemWithTopDescription
shouldShowRightIcon={!props.isReadOnly}
title={props.iouTag}
title={PolicyUtils.getCleanedTagName(props.iouTag)}
description={policyTagListName}
numberOfLinesTitle={2}
onPress={() => {
Expand Down

0 comments on commit 17efef8

Please sign in to comment.