mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Don't use a default dropdown label
This commit is contained in:
@ -40,6 +40,7 @@ export default class UserCard extends Component {
|
||||
className: 'UserCard-controls App-primaryControl',
|
||||
menuClassName: 'Dropdown-menu--right',
|
||||
buttonClassName: this.props.controlsButtonClassName,
|
||||
label: app.trans('core.controls'),
|
||||
icon: 'ellipsis-v'
|
||||
}) : ''}
|
||||
|
||||
|
Reference in New Issue
Block a user