From 63e3105192e0dc671c7d903c4a393d4eb8f6bc00 Mon Sep 17 00:00:00 2001 From: Carlos Martins Date: Tue, 16 Jul 2024 09:28:10 -0600 Subject: [PATCH] fix text in view error --- src/components/SelectionList/Search/TransactionListItemRow.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/SelectionList/Search/TransactionListItemRow.tsx b/src/components/SelectionList/Search/TransactionListItemRow.tsx index a4d567d5f8ab..e4087666c8b0 100644 --- a/src/components/SelectionList/Search/TransactionListItemRow.tsx +++ b/src/components/SelectionList/Search/TransactionListItemRow.tsx @@ -304,7 +304,7 @@ function TransactionListItemRow({ showTooltip={showTooltip} isLargeScreenWidth={false} /> - {item.category && ( + {!!item.category && (