mirror of
https://github.com/flarum/core.git
synced 2025-08-08 17:36:38 +02:00
Remove leftover function
This commit is contained in:
@@ -53,10 +53,6 @@ export default class DiscussionRenamedPost extends EventPost {
|
||||
];
|
||||
}
|
||||
|
||||
collapsed() {
|
||||
return this.toggleButton();
|
||||
}
|
||||
|
||||
toggle() {
|
||||
this.expanded = !this.expanded;
|
||||
}
|
||||
|
Reference in New Issue
Block a user