mirror of
https://github.com/flarum/framework.git
synced 2025-01-19 16:23:16 +08:00
Remove old code
This commit is contained in:
parent
5b894dfade
commit
3e7ddb96e1
|
@ -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()
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue
Block a user