destructure toasts

This commit is contained in:
plebeius.eth
2023-06-09 10:49:36 +02:00
parent ab1cea7c00
commit 9ab703ca47
7 changed files with 8 additions and 8 deletions
+1 -1
View File
@@ -23,7 +23,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
const account = useAccount();
const setErrorMessage = useError();
const [, setErrorMessage] = useError();
const nodeRef = useRef(null);
const nameRef = useRef();