Skip to content

Commit cf3bdcb

Browse files
Devon Bernardboid-com
authored andcommitted
Merged in db-1-leaderboard-nan-power (pull request #1)
bug - team leaderboard NaN power
2 parents b75db79 + ace6f61 commit cf3bdcb

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/components/Team.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
img.avatar(:src="user.image")
5252
td.ellipsis(style="max-width:20px;" data-th="Username") {{user.username}}
5353
small.block.light-paragraph {{user.tagline}}
54-
td(data-th="Power") {{parseInt(user.power)}}
54+
td(data-th="Power") {{user.tPower.toFixed(2)}}
5555
td {{index + 1}}
5656
.row.justify-center.gutter
5757
.layout-padding(v-if="!authenticated")

0 commit comments

Comments
 (0)