⬆️ Mise a jour des paquets

pull/206/head
Mael 2018-03-15 16:17:38 +01:00 committed by Laurent Bossavit
parent 9faff791b8
commit c33ae47804
2 changed files with 1 additions and 2 deletions

View File

@ -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",

View File

@ -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 ?