Skip to content

Commit

Permalink
Update decote
Browse files Browse the repository at this point in the history
  • Loading branch information
ben69uaq authored Aug 1, 2023
1 parent d0c9773 commit 7b09f6c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/TaxDetails.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class TaxDetails extends React.Component {
<span className="amount">{taxamount.impotSansDecote}</span> impot sans la décote
</div>
<div>
<span className={this.isImpotDecote(taxamount) ? 'amount' : 'amount hidden'}>{taxamount.impotAvecDecote}</span> impot avec la décote <abbr title="décote applicable lorsque l'impot est inférieur à 2 848€ en 2021">?</abbr>
<span className={this.isImpotDecote(taxamount) ? 'amount' : 'amount hidden'}>{taxamount.impotAvecDecote}</span> impot avec la décote <abbr title="décote applicable lorsque l'impot est inférieur à 3 045€ en 2023">?</abbr>
</div>
<div>
<span className="amount highlight">{taxamount.impotFinal}</span> impot final
Expand Down

0 comments on commit 7b09f6c

Please sign in to comment.