Skip to content

Commit dd9715b

Browse files
committed
fix issue #1003
fix issue #1003 Chrome –members –Idea Generation “0 wins” is not getting displayed in summary view
1 parent 1ca6a9a commit dd9715b

File tree

1 file changed

+1
-1
lines changed
  • src/shared/components/ProfilePage/StatsCategory

1 file changed

+1
-1
lines changed

src/shared/components/ProfilePage/StatsCategory/index.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ Rating
143143
&& (
144144
<div styleName="ranking">
145145
<div style={{ color: '#21b2f1' }} styleName="number">
146-
{subtrack.wins}
146+
{subtrack.wins ? subtrack.wins : 0}
147147
</div>
148148
<div styleName="tag">
149149
Wins

0 commit comments

Comments
 (0)