mirror of
https://github.com/wassname/talk.git
synced 2026-07-25 13:30:59 +08:00
Removing logs
This commit is contained in:
@@ -109,7 +109,6 @@ class UserDetailContainer extends React.Component {
|
||||
componentWillReceiveProps(next) {
|
||||
if (this.props.userId === null && next.userId) {
|
||||
next.data.refetch();
|
||||
console.log('fetching');
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -180,7 +180,7 @@ export const withSetCommentStatus = withMutation(
|
||||
const fragmentId = `Comment_${commentId}`;
|
||||
|
||||
const data = proxy.readFragment({ fragment, id: fragmentId });
|
||||
console.log('data', data);
|
||||
|
||||
data.status = status;
|
||||
data.status_history = data.status_history
|
||||
? data.status_history
|
||||
|
||||
Reference in New Issue
Block a user