mirror of
https://github.com/flarum/framework.git
synced 2024-12-02 15:03:44 +08:00
Remove placeholder user controls for now
This commit is contained in:
parent
9ef4b37c68
commit
bf8d2c1a44
|
@ -42,9 +42,6 @@ export default class UserCard extends Component {
|
|||
controlItems() {
|
||||
var items = new ItemList();
|
||||
|
||||
items.add('edit', ActionButton.component({ icon: 'pencil', label: 'Edit' }));
|
||||
items.add('delete', ActionButton.component({ icon: 'times', label: 'Delete' }));
|
||||
|
||||
return items;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user