Skip to content

Commit

Permalink
fix: dans les stats d'actions, 'Catégories supprimées' à la place de …
Browse files Browse the repository at this point in the history
…'Autres' (#1831)
  • Loading branch information
arnaudambro authored Jan 15, 2024
1 parent 1d2a943 commit 91e35ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dashboard/src/scenes/stats/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -396,7 +396,7 @@ const Stats = () => {
actionsDetailed.push({
...action,
category,
categoryGroup: categoriesGroupObject[category] ?? 'Autres',
categoryGroup: categoriesGroupObject[category] ?? 'Catégories supprimées',
});
}
} else {
Expand Down

0 comments on commit 91e35ce

Please sign in to comment.