Skip to content

Commit

Permalink
Merge pull request #41 from aswanthabam/dev
Browse files Browse the repository at this point in the history
feat : minor changes
  • Loading branch information
aswanthabam authored Mar 2, 2024
2 parents 86a3f5e + d59ae06 commit b7cb9ec
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/App.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ function App() {
!isLoggedIn()
) {
console.log("Trigger google one tap");
GoogleIdentity.showGoogleOneTapPopup();
// GoogleIdentity.showGoogleOneTapPopup();
}
}, []);

Expand Down
2 changes: 1 addition & 1 deletion src/pages/CryptaQuest/CryptaLeaderboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const Leaderboard = () => {
setLeaderboardList(res);
}
});
})
},[])
return (
<div className={styles.container}>
<div className={styles.background}>
Expand Down

0 comments on commit b7cb9ec

Please sign in to comment.