⬆️ Mise a jour des paquets
parent
9faff791b8
commit
c33ae47804
|
@ -17,7 +17,7 @@
|
|||
"dependencies": {
|
||||
"live-server": "^1.2.0",
|
||||
"@babel/core": "^7.0.0-beta.40",
|
||||
"@babel/plugin-proposal-decorators": "=7.0.0-beta.40",
|
||||
"@babel/plugin-proposal-decorators": "=7.0.0-beta.41",
|
||||
"@babel/plugin-proposal-object-rest-spread": "^7.0.0-beta.40",
|
||||
"@babel/plugin-syntax-decorators": "^7.0.0-beta.40",
|
||||
"@babel/polyfill": "^7.0.0-beta.40",
|
||||
|
|
|
@ -34,7 +34,6 @@ export default class Explanation extends Component {
|
|||
)
|
||||
}
|
||||
renderExplanation(targetRules) {
|
||||
console.log(pluck('name', targetRules), salaries)
|
||||
if (!isEmpty(intersection(pluck('name', targetRules), salaries)))
|
||||
return <ResultsGrid /> // Problem if targetRules is [salaire net, aides] the Explanation will not explain 'aides'. The user will have to click on Aides to understand it. Should we display a list of <Rule /> sections ?
|
||||
|
||||
|
|
Loading…
Reference in New Issue