mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 20:01:56 +03:00
beneficiaries fix
This commit is contained in:
parent
7f3ad510c7
commit
3a99197cf8
@ -76,7 +76,7 @@ class UpvoteContainer extends PureComponent {
|
|||||||
if (beneficiaries) {
|
if (beneficiaries) {
|
||||||
beneficiary.forEach(key => {
|
beneficiary.forEach(key => {
|
||||||
beneficiaries.push(
|
beneficiaries.push(
|
||||||
get(key, 'account') + ': ' + (parseFloat(get(key, 'weight')) / 100).toFixed(2) + '%',
|
`\n ${get(key, 'account')}: ${(parseFloat(get(key, 'weight')) / 100).toFixed(2)}%`,
|
||||||
);
|
);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user