fix: rajoute le % sur les dernière stats publiées.

This commit is contained in:
sebastien.arod@gmail.com 2024-07-31 15:00:07 +02:00
parent b7986c5441
commit d15a6abd96

View file

@ -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 = {