Skip to content

Commit

Permalink
Remove own username from Transfer suggestions
Browse files Browse the repository at this point in the history
This solves steemit#2687
  • Loading branch information
marvin-bitterlich committed Apr 5, 2018
1 parent ca589de commit 0b57457
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/components/modules/Transfer.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,8 @@ class TransferForm extends Component {
});
}
return acc;
}, Map());
}, Map())
.remove(this.props.currentUser.get('username'));

// Build a combined list of users you follow & have previously transferred to,
// and sort it by 1. desc the number of previous transfers 2. username asc.
Expand Down

0 comments on commit 0b57457

Please sign in to comment.