mirror of
https://github.com/flarum/core.git
synced 2025-07-27 19:50:20 +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.postUser = new PostUser({post: this.props.post});
|
||||||
this.subtree.check(
|
this.subtree.check(
|
||||||
() => this.postUser.cardVisible,
|
() => this.postUser.cardVisible,
|
||||||
() => this.props.post.editedContent,
|
|
||||||
() => this.isEditing()
|
() => this.isEditing()
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user