Fix message bug (#1109)
This commit is contained in:
parent
156b285344
commit
6cb538616d
|
@ -23,6 +23,12 @@ class Message extends React.Component {
|
|||
showMessage: true
|
||||
}
|
||||
|
||||
componentWillReceiveProps() {
|
||||
this.setState({
|
||||
showMessage: true
|
||||
})
|
||||
}
|
||||
|
||||
render() {
|
||||
return (
|
||||
<Motion {...this.getAnimationProps()}>
|
||||
|
|
Loading…
Reference in New Issue