mirror of
https://github.com/flarum/core.git
synced 2025-07-25 18:51:40 +02:00
Remove old code
This commit is contained in:
@@ -37,7 +37,6 @@ export default class CommentPost extends Post {
|
||||
this.postUser = new PostUser({post: this.props.post});
|
||||
this.subtree.check(
|
||||
() => this.postUser.cardVisible,
|
||||
() => this.props.post.editedContent,
|
||||
() => this.isEditing()
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user