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
+2 -2
View File
@@ -40,8 +40,8 @@ export default function App() {
const account = useAccount();
const setErrorMessage = useError();
const setSuccessMessage = useSuccess();
const [, setErrorMessage] = useError();
const [, setSuccessMessage] = useSuccess();
useEffect(() => {