mirror of
https://framagit.org/enfance-libre/statistiques
synced 2025-12-07 13:13:44 +00:00
fix: rajoute le % sur les dernière stats publiées.
This commit is contained in:
parent
b7986c5441
commit
d15a6abd96
1 changed files with 2 additions and 0 deletions
|
|
@ -161,12 +161,14 @@ const statPropsPublishOptions: {
|
||||||
},
|
},
|
||||||
pourcentageFamillesAvecContrôleFiscal: {
|
pourcentageFamillesAvecContrôleFiscal: {
|
||||||
notionPropName: "% familles ayant eu un contrôle fiscal",
|
notionPropName: "% familles ayant eu un contrôle fiscal",
|
||||||
|
unit: "%",
|
||||||
},
|
},
|
||||||
nbFamillesAvecContrôleURSSAF: {
|
nbFamillesAvecContrôleURSSAF: {
|
||||||
notionPropName: "Nb familles ayant eu un contrôle URSAFF",
|
notionPropName: "Nb familles ayant eu un contrôle URSAFF",
|
||||||
},
|
},
|
||||||
pourcentageFamillesAvecContrôleURSSAF: {
|
pourcentageFamillesAvecContrôleURSSAF: {
|
||||||
notionPropName: "% familles ayant eu un contrôle URSAFF",
|
notionPropName: "% familles ayant eu un contrôle URSAFF",
|
||||||
|
unit: "%",
|
||||||
},
|
},
|
||||||
};
|
};
|
||||||
export type StatPublishOptions = {
|
export type StatPublishOptions = {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue