Skip to content

Commit

Permalink
fix: par defaut valeur à 0 pour eviter une erreur dans open-fisca (#4776
Browse files Browse the repository at this point in the history
)
  • Loading branch information
jenovateurs authored Jan 1, 2025
1 parent 58ad2d1 commit f2047c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/simulation/Ressources/patrimoine.vue
Original file line number Diff line number Diff line change
Expand Up @@ -274,7 +274,7 @@ export default {
(patrimoines, patrimoineType) => ({
...patrimoines,
[patrimoineType.id]:
this.demandeur[patrimoineType.id][this.periodKey],
this.demandeur[patrimoineType.id][this.periodKey] || 0,
}),
{}
)
Expand Down

0 comments on commit f2047c8

Please sign in to comment.