We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b75db79 + ace6f61 commit cf3bdcbCopy full SHA for cf3bdcb
1 file changed
src/components/Team.vue
@@ -51,7 +51,7 @@
51
img.avatar(:src="user.image")
52
td.ellipsis(style="max-width:20px;" data-th="Username") {{user.username}}
53
small.block.light-paragraph {{user.tagline}}
54
- td(data-th="Power") {{parseInt(user.power)}}
+ td(data-th="Power") {{user.tPower.toFixed(2)}}
55
td {{index + 1}}
56
.row.justify-center.gutter
57
.layout-padding(v-if="!authenticated")
0 commit comments