Skip to content

Commit cb7d781

Browse files
authored
Merge pull request #878 from Adez017/Workflow
Removed top Score card from giveaway page
2 parents 82d3e09 + 6d92452 commit cb7d781

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

src/pages/dashboard/giveaway/index.tsx

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -769,13 +769,6 @@ const GiveawayPage: React.FC = () => {
769769
valueText={leaderboard.length.toString()}
770770
description="Total participants"
771771
/>
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-
/>
779772
<StatCard
780773
icon="🏅"
781774
title="Total Winners"

0 commit comments

Comments
 (0)