Updated GroupMembers functionality

• Updated:
- GroupMembers functionality to include actions for admin to remove account and make account admin

• Added:
- GroupMemberOptionsPopover
This commit is contained in:
mgabdev
2020-06-10 23:27:03 -04:00
parent aa220c08e4
commit 36b7dc71af
6 changed files with 104 additions and 26 deletions

View File

@@ -95,8 +95,8 @@ class Account extends ImmutablePureComponent {
'withBio',
]
handleAction = () => {
this.props.onActionClick(this.props.account)
handleAction = (e) => {
this.props.onActionClick(this.props.account, e)
}
handleUnrequest = () => {