From 915b008faa0abfb3694ce0ca319230ac3256f093 Mon Sep 17 00:00:00 2001 From: bunsenstraat Date: Tue, 4 Jan 2022 14:12:17 +0100 Subject: [PATCH] rm state --- .../app/src/lib/remix-app/components/modals/modal-wrapper.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/libs/remix-ui/app/src/lib/remix-app/components/modals/modal-wrapper.tsx b/libs/remix-ui/app/src/lib/remix-app/components/modals/modal-wrapper.tsx index 04e3971cf0..cff3215e1f 100644 --- a/libs/remix-ui/app/src/lib/remix-app/components/modals/modal-wrapper.tsx +++ b/libs/remix-ui/app/src/lib/remix-app/components/modals/modal-wrapper.tsx @@ -10,7 +10,6 @@ interface ModalWrapperProps extends ModalDialogProps { const ModalWrapper = (props: ModalWrapperProps) => { const [state, setState] = useState() - const [modalInput, setModalInput] = useState('') const ref = useRef() const onFinishPrompt = async () => {