Correction de l'affichage du BarèmeLinéaire

La tranche surlignée était mauvaise

+💚 ajoute une ligne pour gérer les fichiers avec utf8
dans leur nom
pull/279/head
Mael 2018-09-05 10:40:34 +02:00 committed by Johan Girod
parent 075cfc7aa3
commit fde1baf8b5
2 changed files with 6 additions and 4 deletions

View File

@ -21,6 +21,9 @@ jobs:
- run:
name: Install flow-typed
command: yarn run flow-typed install
- run:
name: Change git config to support UTF8 filename
command: git config --global core.quotepath false
- run:
name: test
command: yarn test

View File

@ -3,7 +3,7 @@ import { makeJsx } from '../evaluation'
import { Node } from './common'
import { Trans } from 'react-i18next'
export default function Barème(nodeValue, explanation) {
export default function BarèmeLinéaire(nodeValue, explanation) {
return (
<Node
classes="mecanism barèmeLinéaire"
@ -39,9 +39,8 @@ export default function Barème(nodeValue, explanation) {
key={min || minOnly || 0}
style={{
fontWeight:
explanation.assiette.nodeValue > nodeValue * min &&
max &&
explanation.assiette.nodeValue < nodeValue * max
explanation.assiette.nodeValue > min &&
(!max || explanation.assiette.nodeValue < max)
? ' bold'
: ''
}}>