willunmount

This commit is contained in:
ntr 2019-05-30 20:36:13 +10:00
parent 4496374d50
commit dd84df3153

View File

@ -95,7 +95,7 @@ class ConstructAvatar extends Component {
animateConstruct(this.props.id);
}
componentDidUnmount() {
componentWillUnmount() {
clearAnimation(this.props.id);
}
}