🐛 répare le bouton faire une simulation personalisée

pull/536/head
Johan Girod 2019-05-13 16:35:27 +02:00
parent 7b9ea71f8d
commit 4cf4318df5
No known key found for this signature in database
GPG Key ID: 9E27B57DA2E8AE12
1 changed files with 5 additions and 8 deletions

View File

@ -17,17 +17,14 @@ type Props = OwnProps & {
}
export default (connect(
state => (
{
conversationStarted: state.conversationStarted,
period: formValueSelector('conversation')(state, 'période')
},
{ startConversation }
)
state => ({
conversationStarted: state.conversationStarted,
period: formValueSelector('conversation')(state, 'période')
}),
{ startConversation }
)(
class SalaryFirstExplanation extends Component<Props> {
render() {
console.log('yo', this.props.period)
return (
<>
<h2>