From 47b8b1f2ef9d9976b31ad00b7a7fb899974bd32b Mon Sep 17 00:00:00 2001 From: himaniraghav3 Date: Thu, 30 Oct 2025 13:45:12 +0530 Subject: [PATCH] Fix Prize values on home page --- src/shared/components/Dashboard/Challenges/index.jsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/shared/components/Dashboard/Challenges/index.jsx b/src/shared/components/Dashboard/Challenges/index.jsx index bbc8d9d00..b9ae24631 100644 --- a/src/shared/components/Dashboard/Challenges/index.jsx +++ b/src/shared/components/Dashboard/Challenges/index.jsx @@ -51,7 +51,7 @@ export default function ChallengesFeed({ {`$${_.sum( challenge.prizeSets - .filter(set => set.type === 'placement') + .filter(set => set.type === 'PLACEMENT') .map(item => _.sum(item.prizes.map(prize => prize.value))), ).toLocaleString()}`}