Fix message bug (#1109)

This commit is contained in:
LautaroCesso 2021-12-09 15:23:56 -03:00 committed by GitHub
parent 156b285344
commit 6cb538616d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 6 additions and 0 deletions

View File

@ -23,6 +23,12 @@ class Message extends React.Component {
showMessage: true
}
componentWillReceiveProps() {
this.setState({
showMessage: true
})
}
render() {
return (
<Motion {...this.getAnimationProps()}>