Merge pull request #356 from koddsson/master-remove-container-call-on-hover

Remove `componentDidMount` function with reload.
This commit is contained in:
Jeffrey Morgan 2015-04-03 13:03:21 -04:00
commit f063346e02
1 changed files with 0 additions and 3 deletions

View File

@ -37,9 +37,6 @@ var ContainerHomePreview = React.createClass({
}); });
} }
}, },
componentDidUpdate: function () {
this.reload();
},
componentWillUnmount: function() { componentWillUnmount: function() {
clearInterval(this.timer); clearInterval(this.timer);
}, },