Résolution du bug du salaire nul dans le tableau niveau 2

Du aux changements d'import de Ramda : j'avais oublié d'importer
'find'...
pull/149/head
mama 2018-01-15 18:33:36 +01:00
parent 65358db7f8
commit 1f27788de7
1 changed files with 2 additions and 1 deletions

View File

@ -11,7 +11,8 @@ import {
pathOr,
toPairs,
keys,
head
head,
find
} from 'ramda'
import React, { Component } from 'react'
import { connect } from 'react-redux'