fixup! 🐛 Correction du bouton "Tout effacer"

pull/21/head
mama 2017-08-01 16:31:50 +02:00
parent 12491597c7
commit f884f6a319
2 changed files with 2 additions and 2 deletions

View File

@ -44,7 +44,7 @@ export default class Satisfaction extends Component {
let {answer, message, messageSent} = this.state,
validMessage = typeof message == 'string' && message.length > 4,
onSmileyClick = s => this.sendSatisfaction(s)
console.log(messageSent)
if (!answer)
return (
<p id="satisfaction">

View File

@ -42,7 +42,7 @@ export default class extends React.Component {
}
} = this.props,
name = decodeRuleName(encodedName),
existingConversation = this.props.unfoldedSteps.length > 0
existingConversation = this.props.foldedSteps.length > 0
this.encodedName = encodedName
this.name = name