aboutsummaryrefslogtreecommitdiffstats
path: root/web/src/js/components/ContentView/UploadContentButton.jsx
diff options
context:
space:
mode:
authorClemens <cle1000.cb@gmail.com>2016-08-19 09:23:41 +0200
committerClemens <cle1000.cb@gmail.com>2016-08-19 09:23:41 +0200
commitd4b18eae8181051f5230b796046cc7ff56e94862 (patch)
tree41b5b0576871356f74818299da7258872b15eefb /web/src/js/components/ContentView/UploadContentButton.jsx
parent9a86750e9dc2c1fa0010722eb68541aba08c9721 (diff)
downloadmitmproxy-d4b18eae8181051f5230b796046cc7ff56e94862.tar.gz
mitmproxy-d4b18eae8181051f5230b796046cc7ff56e94862.tar.bz2
mitmproxy-d4b18eae8181051f5230b796046cc7ff56e94862.zip
refactoring
Diffstat (limited to 'web/src/js/components/ContentView/UploadContentButton.jsx')
-rw-r--r--web/src/js/components/ContentView/UploadContentButton.jsx4
1 files changed, 1 insertions, 3 deletions
diff --git a/web/src/js/components/ContentView/UploadContentButton.jsx b/web/src/js/components/ContentView/UploadContentButton.jsx
index 6764e234..de349af4 100644
--- a/web/src/js/components/ContentView/UploadContentButton.jsx
+++ b/web/src/js/components/ContentView/UploadContentButton.jsx
@@ -6,9 +6,7 @@ UploadContentButton.propTypes = {
}
export default function UploadContentButton({ uploadContent }) {
-
- let fileInput;
-
+
return (
<FileChooser
icon="fa-upload"