From e880ad2318f74fa67a4dc06ad38bc94ff2356cc9 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Thu, 8 Feb 2024 08:51:44 +0100 Subject: [PATCH] fix: feature flag pour une autre --- dashboard/src/scenes/stats/index.js | 21 +++++++++++---------- 1 file changed, 11 insertions(+), 10 deletions(-) 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) && ( + + )}