We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6a3394d commit 787dfb2Copy full SHA for 787dfb2
src/pages/dashboard/giveaway/index.tsx
@@ -750,13 +750,13 @@ const GiveawayPage: React.FC = () => {
750
valueText={leaderboard.length.toString()}
751
description="Total participants"
752
/>
753
- <StatCard
+ {/* <StatCard
754
icon="📈"
755
title="Top Score"
756
value={leaderboard[0]?.points || 0}
757
valueText={leaderboard[0]?.points?.toString() || "0"}
758
description="Leading participant"
759
- />
+ /> */}
760
<StatCard
761
icon="🏅"
762
title="Total Winners"
0 commit comments