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

wip-related-pages
sebastien.arod@gmail.com 2024-07-31 15:00:07 +02:00
parent b7986c5441
commit d15a6abd96
1 changed files with 2 additions and 0 deletions

View File

@ -161,12 +161,14 @@ const statPropsPublishOptions: {
},
pourcentageFamillesAvecContrôleFiscal: {
notionPropName: "% familles ayant eu un contrôle fiscal",
unit: "%",
},
nbFamillesAvecContrôleURSSAF: {
notionPropName: "Nb familles ayant eu un contrôle URSAFF",
},
pourcentageFamillesAvecContrôleURSSAF: {
notionPropName: "% familles ayant eu un contrôle URSAFF",
unit: "%",
},
};
export type StatPublishOptions = {