aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ContentView/ContentViews.jsx
diff options
context:
space:
mode:
authorClemens <cle1000.cb@gmail.com>2016-08-09 08:40:24 +0200
committerClemens <cle1000.cb@gmail.com>2016-08-09 08:40:24 +0200
commitadfdcc9391ed70202a1b4af65259a89634f36fa0 (patch)
tree69f83b6bbe937a0dfbda18ecd94a57435f32d665 /web/src/js/components/ContentView/ContentViews.jsx
parentab322f0be46a07759a7651e8c4975a61d2e067f1 (diff)
downloadmitmproxy-adfdcc9391ed70202a1b4af65259a89634f36fa0.tar.gz
mitmproxy-adfdcc9391ed70202a1b4af65259a89634f36fa0.tar.bz2
mitmproxy-adfdcc9391ed70202a1b4af65259a89634f36fa0.zip
added hints from mhils
Diffstat (limited to 'web/src/js/components/ContentView/ContentViews.jsx')
-rw-r--r--web/src/js/components/ContentView/ContentViews.jsx1
1 files changed, 1 insertions, 0 deletions
diff --git a/web/src/js/components/ContentView/ContentViews.jsx b/web/src/js/components/ContentView/ContentViews.jsx
index 3db77af4..9feb0623 100644
--- a/web/src/js/components/ContentView/ContentViews.jsx
+++ b/web/src/js/components/ContentView/ContentViews.jsx
@@ -37,6 +37,7 @@ class ViewServer extends Component {
componentWillMount(){
this.setContentView(this.props)
}
+
componentWillReceiveProps(nextProps){
this.setContentView(nextProps)
}