We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f9f2d7 commit 2efb1ceCopy full SHA for 2efb1ce
src/components/staking/ValidatorDetailsOverlay.vue
@@ -20,7 +20,9 @@
20
</div>
21
<div class="info-row sub-info">
22
<span class="label">{{ $t('incl. pool fee') }}</span>
23
- <span class="fee">{{ validator.fee * 100 }}%</span>
+ <span class="fee">
24
+ {{ Math.trunc((validator.fee * 100) * 100) / 100 }}%
25
+ </span>
26
27
<p class="description">
28
<!-- eslint-disable-next-line max-len -->
0 commit comments