mirror of
https://github.com/flarum/framework.git
synced 2025-03-03 10:32:11 +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() {
|
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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user