mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Allow admins to delete users
This commit is contained in:
@ -39,7 +39,8 @@ export default class UserCard extends Component {
|
||||
children: controls,
|
||||
className: 'UserCard-controls App-primaryControl',
|
||||
menuClassName: 'Dropdown-menu--right',
|
||||
buttonClassName: this.props.controlsButtonClassName
|
||||
buttonClassName: this.props.controlsButtonClassName,
|
||||
icon: 'ellipsis-v'
|
||||
}) : ''}
|
||||
|
||||
<div className="UserCard-profile">
|
||||
|
Reference in New Issue
Block a user