You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Apr 15, 2019. It is now read-only.
normalize(num) should not be in <FormattedNumber /> component
Because of it <FormattedNumber /> cannot be used to format "Block height" in "Forged blocks", which is a number, but not LSK value.
We need component <LiskAmount val={val} /> that will render something like LiskAmount = props => (<FormattedNumber val({normalize(props.val)}/> LSK).
The text was updated successfully, but these errors were encountered:
normalize(num)
should not be in<FormattedNumber />
componentBecause of it
<FormattedNumber />
cannot be used to format "Block height" in "Forged blocks", which is a number, but not LSK value.We need component
<LiskAmount val={val} />
that will render something likeLiskAmount = props => (<FormattedNumber val({normalize(props.val)}/> LSK)
.The text was updated successfully, but these errors were encountered: