Skip to content

Commit

Permalink
Merge pull request #149 from betagouv/bug-salaire-nul
Browse files Browse the repository at this point in the history
Résolution du bug du salaire nul dans le tableau niveau 2
  • Loading branch information
laem authored Jan 15, 2018
2 parents 65358db + 1f27788 commit 9a57066
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion source/components/ResultsGrid.js
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ import {
pathOr,
toPairs,
keys,
head
head,
find
} from 'ramda'
import React, { Component } from 'react'
import { connect } from 'react-redux'
Expand Down

0 comments on commit 9a57066

Please sign in to comment.