fix: comments entry point teaser_content always N/A

This commit is contained in:
LuanRT
2022-06-07 03:02:39 -03:00
parent 4f7de3cc50
commit 2c3f37191d

View File

@@ -10,7 +10,8 @@ class CommentsEntryPointHeader {
this.header = new Text(data.headerText);
this.comment_count = new Text(data.commentCount);
this.teaser_avatar = new Thumbnail(data.teaserAvatar || data.simpleboxAvatar).thumbnails;
this.teaser_content = new Text(data.simpleboxPlaceholder);
this.teaser_content = new Text(data.teaserContent);
this.simplebox_placeholder = new Text(data.simpleboxPlaceholder);
}
}