Skip to content

Commit

Permalink
Fixing geo-fencing
Browse files Browse the repository at this point in the history
  • Loading branch information
IanWoodard committed Feb 8, 2024
1 parent a6e7992 commit 02b4062
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion earn/src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ export const ChainContext = React.createContext({
function AppBodyWrapper() {
const { activeChain, setActiveChain } = React.useContext(ChainContext);
const network = useNetwork();
const isAllowed = useGeoFencing(activeChain);
const { isAllowed } = useGeoFencing(activeChain);
const { isBlocked: isAccountBlocked, isLoading: isAccountRiskLoading } = useAccountRisk();

useEffect(() => {
Expand Down

0 comments on commit 02b4062

Please sign in to comment.