mirror of
https://github.com/wassname/talk.git
synced 2026-07-10 11:49:55 +08:00
Fix CI
This commit is contained in:
@@ -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 (
|
||||
|
||||
@@ -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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user