diff --git a/dashboard/src/scenes/stats/index.js b/dashboard/src/scenes/stats/index.js index 1d2aba1cc..69527bf66 100644 --- a/dashboard/src/scenes/stats/index.js +++ b/dashboard/src/scenes/stats/index.js @@ -560,16 +560,17 @@ const Stats = () => { />
- {activeTab.includes('Personnes') && organisation._id === '00000000-5f5a-89e2-2e60-88fa20cc50bf' && ( - - )} + {activeTab.includes('Personnes') && + ['fdaed30a-5add-46d7-b08a-60d7a5a60aa2', '00000000-5f5a-89e2-2e60-88fa20cc50bf'].includes(organisation._id) && ( + + )}