Skip to content

Commit 787dfb2

Browse files
committed
Remove Top Score section on dashboard/giveaways
1 parent 6a3394d commit 787dfb2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/dashboard/giveaway/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -750,13 +750,13 @@ const GiveawayPage: React.FC = () => {
750750
valueText={leaderboard.length.toString()}
751751
description="Total participants"
752752
/>
753-
<StatCard
753+
{/* <StatCard
754754
icon="📈"
755755
title="Top Score"
756756
value={leaderboard[0]?.points || 0}
757757
valueText={leaderboard[0]?.points?.toString() || "0"}
758758
description="Leading participant"
759-
/>
759+
/> */}
760760
<StatCard
761761
icon="🏅"
762762
title="Total Winners"

0 commit comments

Comments
 (0)