From f0a808d830decfa814535fd8a7a5d289f51791d8 Mon Sep 17 00:00:00 2001 From: Johan Girod Date: Wed, 14 Jun 2023 11:23:02 +0200 Subject: [PATCH] =?UTF-8?q?Enl=C3=A8ve=20la=20section=20des=20demandes=20u?= =?UTF-8?q?sagers=20de=20la=20page=20stat?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit en attendant que #2552 soit réparé, sinon les chiffres ne sont pas bons --- site/source/pages/statistiques/DemandesUtilisateurs.tsx | 3 +++ 1 file changed, 3 insertions(+) diff --git a/site/source/pages/statistiques/DemandesUtilisateurs.tsx b/site/source/pages/statistiques/DemandesUtilisateurs.tsx index aaeab2baa..ca16ff107 100644 --- a/site/source/pages/statistiques/DemandesUtilisateurs.tsx +++ b/site/source/pages/statistiques/DemandesUtilisateurs.tsx @@ -14,6 +14,9 @@ import { useFetchData } from '@/hooks/useFetchData' import { StatsStruct } from './types' export default function DemandeUtilisateurs() { + // Waiting for #2552 to be implemented + return null + const { data: stats } = useFetchData('/data/stats.json') const { t } = useTranslation()