Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 0bab624

Browse files
author
vikasrohit
committed
SUP-2083, Dashboard-->ios section..> challenge cost is incorrect
-- Consumed totalPrize field for iOS challenge cards.
1 parent 3fa7092 commit 0bab624

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/directives/ios-card/ios-card.directive.jade

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
p.prize-money(ng-show="challenge.reviewType === 'PEER'") Peer Review Challenge
2121

22-
p.prize-money(ng-hide="challenge.reviewType === 'PEER'") {{challenge.totalCheckpointPrize || 0 | currency:undefined:0}}
22+
p.prize-money(ng-hide="challenge.reviewType === 'PEER'") {{challenge.totalPrize || 0 | currency:undefined:0}}
2323

2424
p.technologies {{challenge.technologies}}
2525

0 commit comments

Comments
 (0)