mirror of https://github.com/docker/docs.git
Merge pull request #356 from koddsson/master-remove-container-call-on-hover
Remove `componentDidMount` function with reload.
This commit is contained in:
commit
f063346e02
|
@ -37,9 +37,6 @@ var ContainerHomePreview = React.createClass({
|
|||
});
|
||||
}
|
||||
},
|
||||
componentDidUpdate: function () {
|
||||
this.reload();
|
||||
},
|
||||
componentWillUnmount: function() {
|
||||
clearInterval(this.timer);
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue