fix: rajoute le % sur les dernière stats publiées.
parent
b7986c5441
commit
d15a6abd96
|
@ -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…
Reference in New Issue