Skip to content

Commit

Permalink
update cases indicators
Browse files Browse the repository at this point in the history
  • Loading branch information
fdelemarre committed Sep 16, 2024
1 parent 14253c4 commit 6b20cc8
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions src/data/repositories/consts/AnalyticsConstants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,23 @@ export const NB_OF_CASES = [
id: "yD6Rl5hHMg5",
disease: "Zika fever",
},
{
id: "aYztCKYUy3o",
disease: "Animal type",
},
{
id: "iJhV5JhqUh3",
disease: "Human type",
},
{
id: "NQCfq7qVNqD",
disease: "Human and Animal type",
},

{
id: "KTPFFaddRMq",
disease: "Environmental type",
},
];

export const NB_OF_DEATHS = [
Expand Down

0 comments on commit 6b20cc8

Please sign in to comment.