Skip to content

Commit

Permalink
updated 2023 to be an incomplete year
Browse files Browse the repository at this point in the history
  • Loading branch information
LayaTaal committed Jan 12, 2024
1 parent 6fd4b82 commit 21cdbea
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.formatOnSave": false
},
"editor.codeActionsOnSave": {
"source.fixAll.eslint": true
"source.fixAll.eslint": "explicit"
},
"workbench.colorCustomizations": {
"titleBar.activeForeground": "#FFF",
Expand Down
2 changes: 1 addition & 1 deletion data/datasets.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import content from '../content/interactive.md';

export const INCOMPLETE_YEAR_NOTE = 'Data from the shaded year is incomplete.';
export const OIS_INCOMPLETE_YEARS = [2015];
export const CUST_DEATHS_INCOMPLETE_YEARS: number[] = [];
export const CUST_DEATHS_INCOMPLETE_YEARS: number[] = [2023];

const {
attributes: { datasets: cmsDatasets },
Expand Down

0 comments on commit 21cdbea

Please sign in to comment.