1
0
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:
Toby Zerner
2015-08-02 17:22:18 +09:30
parent 5b894dfade
commit 3e7ddb96e1

View File

@@ -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()
);
}