Skip to content

Commit

Permalink
TCCP: Use $0 to indicate no account fee
Browse files Browse the repository at this point in the history
  • Loading branch information
chosak committed Apr 1, 2024
1 parent 5fe1227 commit 5572c90
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions cfgov/tccp/jinja2/tccp/includes/card_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -86,9 +86,8 @@
default=(
'See details'
if card.annual_fee_estimated is none and card.periodic_fee_type
else 'None'
),
boolean=true,
else '$0'
)
),
apr(card.transfer_apr_for_tier) if card.transfer_apr_for_tier is not none else apr_range(card.transfer_apr_min, card.transfer_apr_max),
(rewards | join(', ')) if rewards else 'None'
Expand Down

0 comments on commit 5572c90

Please sign in to comment.