This commit is contained in:
Chi Vinh Le
2018-02-22 10:38:18 +01:00
parent 8080994975
commit 7dd63dc812
2 changed files with 34 additions and 1 deletions
@@ -23,7 +23,7 @@ class CommentHistory extends React.Component {
render() {
const { navigate, comments, data, root } = this.props;
return (
<div>
<div className="talk-my-profile-comment-history">
<div className="commentHistory__list">
{comments.nodes.map((comment, i) => {
return (
+33
View File
@@ -0,0 +1,33 @@
{
"server": [
"talk-plugin-auth",
"talk-plugin-featured-comments",
"talk-plugin-offtopic",
"talk-plugin-respect",
"talk-plugin-toxic-comments",
"talk-plugin-notifications",
"talk-plugin-notifications-category-reply"
],
"client": [
"talk-plugin-auth",
"talk-plugin-author-menu",
"talk-plugin-comment-content",
"talk-plugin-featured-comments",
"talk-plugin-flag-details",
"talk-plugin-member-since",
"talk-plugin-moderation-actions",
"talk-plugin-offtopic",
"talk-plugin-permalink",
"talk-plugin-respect",
"talk-plugin-sort-most-replied",
"talk-plugin-sort-most-respected",
"talk-plugin-sort-newest",
"talk-plugin-sort-oldest",
"talk-plugin-viewing-options",
"talk-plugin-toxic-comments",
"talk-plugin-profile-settings",
"talk-plugin-notifications",
"talk-plugin-notifications-category-reply",
"talk-plugin-ignore-user"
]
}