Augmentation précision du taux affiché du barème continu
parent
1bdc9c8a2d
commit
6cc80ca249
|
@ -43,7 +43,7 @@ let Comp = withLanguage(function Barème({ nodeValue, explanation }) {
|
|||
<b>
|
||||
<Trans>Votre taux </Trans> :{' '}
|
||||
</b>
|
||||
{(100 * explanation.taux).toFixed(1)} %
|
||||
{(100 * explanation.taux).toFixed(2)} %
|
||||
</span>
|
||||
)}
|
||||
{explanation.returnRate && (
|
||||
|
|
Loading…
Reference in New Issue