mirror of
https://github.com/flarum/core.git
synced 2025-07-23 09:41:26 +02:00
Remove placeholder user controls for now
This commit is contained in:
@@ -42,9 +42,6 @@ export default class UserCard extends Component {
|
|||||||
controlItems() {
|
controlItems() {
|
||||||
var items = new ItemList();
|
var items = new ItemList();
|
||||||
|
|
||||||
items.add('edit', ActionButton.component({ icon: 'pencil', label: 'Edit' }));
|
|
||||||
items.add('delete', ActionButton.component({ icon: 'times', label: 'Delete' }));
|
|
||||||
|
|
||||||
return items;
|
return items;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user