Skip to content

Commit 95d82db

Browse files
committed
Update staking-item.vue
1 parent 3e61b5f commit 95d82db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/views/main/components/staking-item.vue

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<div class="staking-item__wrap-info">
66
<div class="staking-item__wrap-info-name">
77
<h4>{{ item.name }}</h4>
8-
<p v-if="item.apr">{{ (parseFloat(item.apr) * 100).toFixed(2) }}% APR</p>
8+
<p v-if="item.apr">{{ (parseFloat(item.apr)).toFixed(2) }}% APR</p>
99
</div>
1010

1111
<div class="staking-item__wrap-info-price">

0 commit comments

Comments
 (0)