Skip to content

Commit 07a6704

Browse files
authored
Merge pull request #267 from shubhendusaurabh/issue-221
fixed #221 added $ for reliability bonus
2 parents 7027ed4 + f854acc commit 07a6704

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/challenge-detail/Header

1 file changed

+1
-1
lines changed

src/shared/components/challenge-detail/Header/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -161,7 +161,7 @@ export default function ChallengeHeader(props) {
161161
</p> :
162162
<p styleName="bonus-text">
163163
<span styleName={`bonus-highlight ${trackLower}-accent-color`}>
164-
RELIABILITY BONUS: {reliabilityBonus}
164+
RELIABILITY BONUS: $ {reliabilityBonus}
165165
</span>
166166
</p>
167167
}

0 commit comments

Comments
 (0)