From 3fda93d1d68fd02c37e1258751b013ae51a2e137 Mon Sep 17 00:00:00 2001 From: steam_bell_92 Date: Sat, 9 May 2026 21:41:51 +0530 Subject: [PATCH 1/2] Removed loading.. texting from loading animation on giveaway page --- src/pages/dashboard/giveaway/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/pages/dashboard/giveaway/index.tsx b/src/pages/dashboard/giveaway/index.tsx index c73a5036..458664f1 100644 --- a/src/pages/dashboard/giveaway/index.tsx +++ b/src/pages/dashboard/giveaway/index.tsx @@ -788,7 +788,6 @@ const GiveawayPage: React.FC = () => { {loading ? (
-
Loading...

Fetching leaderboard data...

) : ( From 544a17c9517d3003354737831955e078424ec1d1 Mon Sep 17 00:00:00 2001 From: Anuj Kulkarni Date: Sat, 9 May 2026 21:49:00 +0530 Subject: [PATCH 2/2] Remove loading indicator for leaderboard Removed loading state display for leaderboard data. --- src/pages/dashboard/giveaway/index.tsx | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/src/pages/dashboard/giveaway/index.tsx b/src/pages/dashboard/giveaway/index.tsx index 458664f1..b9d500d4 100644 --- a/src/pages/dashboard/giveaway/index.tsx +++ b/src/pages/dashboard/giveaway/index.tsx @@ -785,12 +785,7 @@ const GiveawayPage: React.FC = () => { Top contributors competing for amazing prizes!

- - {loading ? ( -
-

Fetching leaderboard data...

-
- ) : ( +
{leaderboard.map((entry, index) => (