Augmentation précision du taux affiché du barème continu

pull/510/head
Mael 2019-03-25 13:34:49 +01:00 committed by Johan Girod
parent 1bdc9c8a2d
commit 6cc80ca249
1 changed files with 1 additions and 1 deletions

View File

@ -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 && (