Skip to content

Commit

Permalink
show broken transfers
Browse files Browse the repository at this point in the history
  • Loading branch information
youngcw committed Jan 21, 2025
1 parent b92fa70 commit 5456ae2
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -1442,7 +1442,9 @@ const Transaction = memo(function Transaction({
: isOffBudget
? 'Off budget'
: isBudgetTransfer
? 'Transfer'
? categoryId != null
? 'BROKEN'
: 'Transfer'
: ''
}
valueStyle={valueStyle}
Expand Down

0 comments on commit 5456ae2

Please sign in to comment.