Skip to content

Commit 2e76194

Browse files
Merge pull request #1188 from suppermancool/f2f-30069264-issue-1003-
fix issue #1003
2 parents 8d5d0d5 + dd9715b commit 2e76194

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)