Skip to content

Commit

Permalink
Merge pull request #45490 from Expensify/cmartins-fixError
Browse files Browse the repository at this point in the history
Fix text in view error
  • Loading branch information
NikkiWines authored Jul 16, 2024
2 parents cb1e9bc + 63e3105 commit 936ae92
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -304,7 +304,7 @@ function TransactionListItemRow({
showTooltip={showTooltip}
isLargeScreenWidth={false}
/>
{item.category && (
{!!item.category && (
<View style={[styles.flexRow, styles.flex1, styles.alignItemsEnd]}>
<CategoryCell
isLargeScreenWidth={false}
Expand Down

0 comments on commit 936ae92

Please sign in to comment.