Skip to content

Commit

Permalink
Merge pull request #248 from privacy-scaling-explorations/fix/wrong-n…
Browse files Browse the repository at this point in the history
…etwork

fix: remove page error if wrong network
  • Loading branch information
kittybest authored Aug 8, 2024
2 parents 8409732 + 2e2c468 commit 8d80ffb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/interface/src/contexts/Maci.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ export const MaciProvider: React.FC<MaciProviderProps> = ({ children }: MaciProv
setGatekeeperTrait(gatekeeperType);
};

fetchGatekeeperType();
fetchGatekeeperType().catch(console.error);
}, [signer]);

// only fetch the attestations if the gatekeeper trait is EAS
Expand Down

0 comments on commit 8d80ffb

Please sign in to comment.