From 7035ba0d49b02d29e78af2f7530c1112d3a28b02 Mon Sep 17 00:00:00 2001 From: Quentin Petel Date: Thu, 4 Jul 2024 17:17:01 +0200 Subject: [PATCH] feat: Simplification du bloc candidatures sur la page Stats --- ui/src/pages/StatsPage.jsx | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/ui/src/pages/StatsPage.jsx b/ui/src/pages/StatsPage.jsx index 861be6e..9fbe28a 100644 --- a/ui/src/pages/StatsPage.jsx +++ b/ui/src/pages/StatsPage.jsx @@ -250,15 +250,13 @@ function StatsPage() { - Nombre de candidatures - {voeux?.total?.toLocaleString()} - dont {voeux?.totalRecensement?.toLocaleString()} voeux de recensement + Nombre de candidatures (hors voeux générique) + {(voeux?.totalDiffusable + voeux?.totalNonDiffusable)?.toLocaleString()} - Nombre de candidatures diffusables - {voeux?.totalDiffusable?.toLocaleString()} - et {voeux?.totalNonDiffusable?.toLocaleString()} non diffusables + Candidatures non diffusables + {voeux?.totalNonDiffusable?.toLocaleString()}