mirror of
https://github.com/wassname/talk.git
synced 2026-07-01 09:45:45 +08:00
Merg
This commit is contained in:
@@ -125,8 +125,6 @@ class AllCommentsPane extends React.Component {
|
||||
root,
|
||||
comments,
|
||||
commentClassNames,
|
||||
addTag,
|
||||
removeTag,
|
||||
ignoreUser,
|
||||
setActiveReplyBox,
|
||||
activeReplyBox,
|
||||
@@ -173,8 +171,6 @@ class AllCommentsPane extends React.Component {
|
||||
currentUser={currentUser}
|
||||
postFlag={postFlag}
|
||||
postDontAgree={postDontAgree}
|
||||
addTag={addTag}
|
||||
removeTag={removeTag}
|
||||
ignoreUser={ignoreUser}
|
||||
commentIsIgnored={commentIsIgnored}
|
||||
loadMore={loadNewReplies}
|
||||
|
||||
@@ -67,7 +67,6 @@ class Stream extends React.Component {
|
||||
deleteAction,
|
||||
showSignInDialog,
|
||||
updateItem,
|
||||
addTag,
|
||||
ignoreUser,
|
||||
activeStreamTab,
|
||||
setActiveStreamTab,
|
||||
@@ -160,7 +159,6 @@ class Stream extends React.Component {
|
||||
fill="stream"
|
||||
data={this.props.data}
|
||||
root={this.props.root}
|
||||
view={view}
|
||||
/>
|
||||
|
||||
{loggedIn && (
|
||||
|
||||
Reference in New Issue
Block a user