aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/MainView.jsx
diff options
context:
space:
mode:
authorJason <jason.daurus@gmail.com>2016-07-05 13:57:32 -0400
committerJason <jason.daurus@gmail.com>2016-07-05 13:57:32 -0400
commit09ab2528f5c2753d6d951787fc23600944cb467d (patch)
tree7a318df92ae6927aecda875d850a2f5ebfd0aa6b /web/src/js/components/MainView.jsx
parent7b543dd95c2732be2e704400d9ed04c20d795b56 (diff)
parentdb991e2bccc10e8e31fb200cba2a99bf94e83914 (diff)
downloadmitmproxy-09ab2528f5c2753d6d951787fc23600944cb467d.tar.gz
mitmproxy-09ab2528f5c2753d6d951787fc23600944cb467d.tar.bz2
mitmproxy-09ab2528f5c2753d6d951787fc23600944cb467d.zip
[web] bug fixs
Diffstat (limited to 'web/src/js/components/MainView.jsx')
-rw-r--r--web/src/js/components/MainView.jsx4
1 files changed, 3 insertions, 1 deletions
diff --git a/web/src/js/components/MainView.jsx b/web/src/js/components/MainView.jsx
index 7bb6f196..756fa22e 100644
--- a/web/src/js/components/MainView.jsx
+++ b/web/src/js/components/MainView.jsx
@@ -69,5 +69,7 @@ export default connect(
updateFlow: flowsActions.update,
},
undefined,
- { withRef: true }
+ {
+ withRef: true
+ }
)(MainView)