mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
destructure toasts
This commit is contained in:
+2
-2
@@ -40,8 +40,8 @@ export default function App() {
|
||||
|
||||
const account = useAccount();
|
||||
|
||||
const setErrorMessage = useError();
|
||||
const setSuccessMessage = useSuccess();
|
||||
const [, setErrorMessage] = useError();
|
||||
const [, setSuccessMessage] = useSuccess();
|
||||
|
||||
|
||||
useEffect(() => {
|
||||
|
||||
Reference in New Issue
Block a user