diff options
author | Clemens <cle1000.cb@gmail.com> | 2016-08-19 09:23:41 +0200 |
---|---|---|
committer | Clemens <cle1000.cb@gmail.com> | 2016-08-19 09:23:41 +0200 |
commit | d4b18eae8181051f5230b796046cc7ff56e94862 (patch) | |
tree | 41b5b0576871356f74818299da7258872b15eefb /web/src/js/components/ContentView/UploadContentButton.jsx | |
parent | 9a86750e9dc2c1fa0010722eb68541aba08c9721 (diff) | |
download | mitmproxy-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.jsx | 4 |
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" |