mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
destructure toasts
This commit is contained in:
@@ -23,7 +23,7 @@ const ReplyModal = ({ isOpen, closeModal }) => {
|
||||
|
||||
const account = useAccount();
|
||||
|
||||
const setErrorMessage = useError();
|
||||
const [, setErrorMessage] = useError();
|
||||
|
||||
const nodeRef = useRef(null);
|
||||
const nameRef = useRef();
|
||||
|
||||
Reference in New Issue
Block a user