From d59ae068b433b2089783df9fca0bdbdc707b60ce Mon Sep 17 00:00:00 2001 From: Aswanth Vc Date: Sun, 3 Mar 2024 01:48:59 +0530 Subject: [PATCH] feat : minor changes --- src/App.tsx | 2 +- src/pages/CryptaQuest/CryptaLeaderboard.tsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 15e239e5..9d306a31 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -89,7 +89,7 @@ function App() { !isLoggedIn() ) { console.log("Trigger google one tap"); - GoogleIdentity.showGoogleOneTapPopup(); + // GoogleIdentity.showGoogleOneTapPopup(); } }, []); diff --git a/src/pages/CryptaQuest/CryptaLeaderboard.tsx b/src/pages/CryptaQuest/CryptaLeaderboard.tsx index f1453ba5..73e2d01d 100644 --- a/src/pages/CryptaQuest/CryptaLeaderboard.tsx +++ b/src/pages/CryptaQuest/CryptaLeaderboard.tsx @@ -12,7 +12,7 @@ export const Leaderboard = () => { setLeaderboardList(res); } }); - }) + },[]) return (