fix pending view links and navbar

This commit is contained in:
Tom
2023-05-10 15:41:38 +02:00
parent 350bd931f9
commit e12fbe7ad8
2 changed files with 14 additions and 17 deletions
-7
View File
@@ -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();