Add "edit profile" link to dropdown on own profile
This commit is contained in:
parent
cc54683694
commit
a3384b6ea6
2 changed files with 7 additions and 2 deletions
|
@ -19,7 +19,7 @@ const ActionBar = React.createClass({
|
|||
let menu = [];
|
||||
|
||||
if (account.get('id') === me) {
|
||||
|
||||
menu.push({ text: 'Edit profile', href: '/settings/profile' });
|
||||
} else if (account.getIn(['relationship', 'blocking'])) {
|
||||
menu.push({ text: 'Unblock', action: this.props.onBlock });
|
||||
} else if (account.getIn(['relationship', 'following'])) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue