Skip to content
Snippets Groups Projects
Commit e1a40448 authored by Dorine Lambinet's avatar Dorine Lambinet
Browse files

Retire la dernière mise en commentaires

parent 77140479
No related branches found
No related tags found
1 merge request!149Explications des résultats macros du PLF 2022
Pipeline #932 passed with warnings
......@@ -56,7 +56,7 @@ export class GagnantsPerdantsContent extends PureComponent<Props> {
<Values amendementValue={amendementInMillions} plfValue={plfInMillions} />
</span>
<span className={styles.mainUnit}> M</span>
{/*
{
(
(typeof amendementInMillions === "number" && typeof plfInMillions === "number") && (
amendementInMillions === plfInMillions
......@@ -71,10 +71,10 @@ export class GagnantsPerdantsContent extends PureComponent<Props> {
<HelpOutlineIcon className={styles.tooltipButton} fontSize="small" />
</Tooltip>
)
*/}
}
</div>
</div>
{/*
{
caption && (typeof amendement === "number" || typeof plf === "number") && (
<div className={styles.details}>
dont
......@@ -89,7 +89,7 @@ export class GagnantsPerdantsContent extends PureComponent<Props> {
{caption}
</div>
)
*/}
}
</SubCard>
);
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment