Skip to content
Snippets Groups Projects
Commit 12695b4a authored by Emmanuel Raviart's avatar Emmanuel Raviart
Browse files

fix: plantage quand un barème est supprimé par une réforme

parent c9dd9047
Branches
Tags 0.0.1143
No related merge requests found
Pipeline #21915 passed
......@@ -183,8 +183,8 @@
)
let billLatestInstantScaleCouple = $derived(billInstantScaleCouplesArray[0])
let lawLatestInstantScaleCouple = $derived(lawInstantScaleCouplesArray[0])
let lawLatestInstant = $derived(lawLatestInstantScaleCouple[0])
let lawLatestInstantSplit = $derived(lawLatestInstant.split("-"))
let lawLatestInstant = $derived(lawLatestInstantScaleCouple?.[0])
let lawLatestInstantSplit = $derived(lawLatestInstant?.split("-"))
let revaluationLatestInstantScaleCouple = $derived(
revaluationInstantScaleCouplesArray[0],
)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment