Enlève la section des demandes usagers de la page stat

en attendant que #2552 soit réparé, sinon les chiffres ne sont pas bons
pull/2688/head
Johan Girod 2023-06-14 11:23:02 +02:00
parent e4e32cc49d
commit f0a808d830
1 changed files with 3 additions and 0 deletions

View File

@ -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<StatsStruct>('/data/stats.json')
const { t } = useTranslation()