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.
2 parents 82d3e09 + 6d92452 commit cb7d781Copy full SHA for cb7d781
src/pages/dashboard/giveaway/index.tsx
@@ -769,13 +769,6 @@ const GiveawayPage: React.FC = () => {
769
valueText={leaderboard.length.toString()}
770
description="Total participants"
771
/>
772
- <StatCard
773
- icon="📈"
774
- title="Top Score"
775
- value={leaderboard[0]?.points || 0}
776
- valueText={leaderboard[0]?.points?.toString() || "0"}
777
- description="Leading participant"
778
- />
779
<StatCard
780
icon="🏅"
781
title="Total Winners"
0 commit comments