From 7037cec99bd8eb41bc69d5e76b333563c29079b2 Mon Sep 17 00:00:00 2001 From: Arnaud AMBROSELLI Date: Tue, 6 Feb 2024 20:59:51 +0100 Subject: [PATCH] feature flag --- dashboard/src/scenes/stats/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dashboard/src/scenes/stats/index.js b/dashboard/src/scenes/stats/index.js index bfdf0f008..1d2aba1cc 100644 --- a/dashboard/src/scenes/stats/index.js +++ b/dashboard/src/scenes/stats/index.js @@ -560,7 +560,7 @@ const Stats = () => { />
- {activeTab.includes('Personnes') && ( + {activeTab.includes('Personnes') && organisation._id === '00000000-5f5a-89e2-2e60-88fa20cc50bf' && (