aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ProxyApp.jsx
diff options
context:
space:
mode:
authorMaximilian Hils <git@maximilianhils.com>2017-10-25 15:25:41 +0200
committerMaximilian Hils <git@maximilianhils.com>2017-10-25 15:25:41 +0200
commit42895f4fec0f914d2ca3696c6962830140610e6e (patch)
treeb9834abcf99feaf9ac113820814b4998ef9daba0 /web/src/js/components/ProxyApp.jsx
parentf870ccd949ca46e6a1ca48a6d5e40589fad41ce2 (diff)
downloadmitmproxy-42895f4fec0f914d2ca3696c6962830140610e6e.tar.gz
mitmproxy-42895f4fec0f914d2ca3696c6962830140610e6e.tar.bz2
mitmproxy-42895f4fec0f914d2ca3696c6962830140610e6e.zip
[web] minor fixes and cleanup
Diffstat (limited to 'web/src/js/components/ProxyApp.jsx')
-rw-r--r--web/src/js/components/ProxyApp.jsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/web/src/js/components/ProxyApp.jsx b/web/src/js/components/ProxyApp.jsx
index 8c3970bc..15384e02 100644
--- a/web/src/js/components/ProxyApp.jsx
+++ b/web/src/js/components/ProxyApp.jsx
@@ -20,7 +20,7 @@ class ProxyAppMain extends Component {
}
render() {
- const { showEventLog, location, filter, highlight } = this.props
+ const { showEventLog } = this.props
return (
<div id="container" tabIndex="0">
<Header/>