diff --git a/pages/achievements.tsx b/pages/achievements.tsx index 290e7f2f..146b1053 100644 --- a/pages/achievements.tsx +++ b/pages/achievements.tsx @@ -20,6 +20,8 @@ const Achievements: NextPage = () => { >([]); const [hasChecked, setHasChecked] = useState(false); + console.log("address", address); + useEffect(() => { // If a call was made with an address in the first second, the call with 0 address should be cancelled let shouldFetchWithZeroAddress = true;