Skip to content

Commit

Permalink
Update packages/common/src/AlloWrapper.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: Mohamed Boudra <[email protected]>
  • Loading branch information
vacekj and boudra authored Feb 2, 2024
1 parent 9b2c780 commit c1c4238
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/common/src/AlloWrapper.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ function AlloWrapper({ children }: { children: JSX.Element | JSX.Element[] }) {
const [backend, setBackend] = useState<Allo | null>(null);

useEffect(() => {
console.log("AlloWrapper: useEffect", web3Provider, signer, chainID);
if (!web3Provider || !signer || !chainID) {
setBackend(null);
} else {
Expand Down

0 comments on commit c1c4238

Please sign in to comment.