Skip to content

Commit

Permalink
clean tag for old money confirmation list
Browse files Browse the repository at this point in the history
  • Loading branch information
FitseTLT committed Jan 24, 2024
1 parent 74f1163 commit e933a83
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 e933a83

Please sign in to comment.