Merge pull request #149 from betagouv/bug-salaire-nul

Résolution du bug du salaire nul dans le tableau niveau 2
pull/152/head
Mael 2018-01-15 18:40:25 +01:00 committed by GitHub
commit 9a5706669c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
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'