Skip to content
Snippets Groups Projects
Commit 6d3e7be7 authored by sandcha's avatar sandcha
Browse files

Change simulation date from month to year period

From January 2022 to 2022 to fix cotisation maladie/ex-CICE result
parent fe506b36
No related branches found
No related tags found
No related merge requests found
......@@ -70,7 +70,7 @@
const firstWaterfallShown: Writable<boolean> = writable(false)
setContext("firstWaterfallShown", firstWaterfallShown)
const date = writable("2022-01-01") // new Date().toISOString().split("T")[0]
const date = writable("2022") // new Date().toISOString().split("T")[0]
setContext("date", date)
const showNulls = writable(false)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment