Skip to content

Commit

Permalink
feat: affiche 0 au lieu de masquer la RGCP
Browse files Browse the repository at this point in the history
  • Loading branch information
liliced committed Sep 30, 2024
1 parent b53b78e commit 4fffc4a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,7 @@ function RéductionGénéraleSimulationGoals({
</Message>
</Condition>

<Condition expression="salarié . cotisations . exonérations . réduction générale">
<Condition expression="salarié . cotisations . exonérations . réduction générale >= 0">
<SimulationValue
dottedName="salarié . cotisations . exonérations . réduction générale"
isInfoMode={true}
Expand Down

0 comments on commit 4fffc4a

Please sign in to comment.