Skip to content

Commit

Permalink
dev: add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
irisdv committed Oct 2, 2023
1 parent b883875 commit f72ad19
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pages/achievements.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ const Achievements: NextPage = () => {
>([]);
const [hasChecked, setHasChecked] = useState<boolean>(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;
Expand Down

0 comments on commit f72ad19

Please sign in to comment.