From ba20f0123e7af222d8866662f1ccbf7eebdde552 Mon Sep 17 00:00:00 2001 From: jackyzha0 Date: Thu, 3 Sep 2020 23:02:39 -0700 Subject: fix finddomnode deprecated in dropdown --- frontend/src/components/ViewPaste.js | 2 -- 1 file changed, 2 deletions(-) (limited to 'frontend/src/components/ViewPaste.js') diff --git a/frontend/src/components/ViewPaste.js b/frontend/src/components/ViewPaste.js index 2d69544..179321b 100644 --- a/frontend/src/components/ViewPaste.js +++ b/frontend/src/components/ViewPaste.js @@ -26,7 +26,6 @@ const ViewPaste = (props) => { const [language, setLanguage] = useState(LANGS.raw); const ErrorLabelRef = useRef(null); - const PasswordModalRef = useRef(null); const ComponentRef = useRef(null); function validatePass(pass, onErrorCallBack) { @@ -116,7 +115,6 @@ const ViewPaste = (props) => { return (