mirror of
https://github.com/bitsocialnet/5chan.git
synced 2026-08-03 07:41:04 +02:00
fix pending view links and navbar
This commit is contained in:
@@ -26,13 +26,6 @@ const SettingsModal = ({ isOpen, closeModal }) => {
|
||||
const account = useAccount();
|
||||
const { accounts } = useAccounts();
|
||||
|
||||
useEffect(() => {
|
||||
if (account) {
|
||||
console.log(account);
|
||||
}
|
||||
}, [account]);
|
||||
|
||||
|
||||
const gatewayRef = useRef();
|
||||
const ipfsRef = useRef();
|
||||
const pubsubRef = useRef();
|
||||
|
||||
Reference in New Issue
Block a user