Skip to content
Snippets Groups Projects
Commit 5f300680 authored by Dan Notestein's avatar Dan Notestein
Browse files

Merge branch 'develop' into 'master'

Fix delegation issues and GDPR user list update

See merge request !99
parents 427ee01a 0affa687
No related branches found
No related tags found
1 merge request!99Fix delegation issues and GDPR user list update
......@@ -53,15 +53,16 @@ class Delegations extends React.Component {
if (!account.has('vesting_shares')) return null;
const showTransferHandler = (delegatee) => {
const { accountProp } = this.props;
const accountName = account.get('name');
const refetchCB = () => {
vestingDelegationsLoading(true);
getVestingDelegations(accountProp.get('name'), (err, res) => {
getVestingDelegations(accountName, (err, res) => {
setVestingDelegations(res);
vestingDelegationsLoading(false);
});
};
revokeDelegation(accountProp.get('name'), delegatee, refetchCB);
revokeDelegation(accountName, delegatee, refetchCB);
};
/// transfer log
......
......@@ -7,7 +7,25 @@ wizzymt
thedarkoverlord
twoblokestrading
ruttydm
mlcuk
m4r1a
bridgenit
bitchminer
bisade
boy666
casually
nayardu92
djdarkstorm
cristinaluchi
dennis.spiedt
sebtarnowski
mihailm
ardaia
jemand
chiefadu
nikapelex
itsben
bazik33
`
.trim()
.split('\n');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment