diff --git a/src/v2/components/Validators/Detail/index.jsx b/src/v2/components/Validators/Detail/index.jsx index 26d7a24e..22e8a5bc 100644 --- a/src/v2/components/Validators/Detail/index.jsx +++ b/src/v2/components/Validators/Detail/index.jsx @@ -119,7 +119,7 @@ const ValidatorsDetail = ({match}: {match: Match}) => { { label: 'commission', hint: '', - value: `${(100 * (commission / 0xff)).toFixed(3)}%`, + value: `${commission} (${(100 * (commission / 0xff)).toFixed(3)}%)`, }, ];