mirror of
https://github.com/ecency/ecency-mobile.git
synced 2024-12-20 11:51:52 +03:00
beneficiaries fix
This commit is contained in:
parent
7f3ad510c7
commit
3a99197cf8
@ -76,7 +76,7 @@ class UpvoteContainer extends PureComponent {
|
||||
if (beneficiaries) {
|
||||
beneficiary.forEach(key => {
|
||||
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