mirror of
https://github.com/wassname/talk.git
synced 2026-07-12 09:23:09 +08:00
Cleaning console.logs
This commit is contained in:
@@ -19,8 +19,6 @@ class FlaggedAccounts extends React.Component {
|
||||
me,
|
||||
viewUserDetail,
|
||||
} = this.props;
|
||||
|
||||
console.log('Flagged Accounts ROOT', this.props.root);
|
||||
|
||||
const hasResults = users.nodes && !!users.nodes.length;
|
||||
|
||||
|
||||
@@ -26,14 +26,13 @@ class CommunityContainer extends Component {
|
||||
}
|
||||
|
||||
render() {
|
||||
return <Community {...this.props} />
|
||||
return <Community {...this.props} />;
|
||||
}
|
||||
}
|
||||
const mapStateToProps = (state) => ({
|
||||
community: state.community,
|
||||
});
|
||||
|
||||
|
||||
const withData = withQuery(gql`
|
||||
query TalkAdmin_FlaggedUsernamesCount {
|
||||
flaggedUsernamesCount: userCount(query: {
|
||||
|
||||
@@ -50,8 +50,6 @@ class FlaggedAccountsContainer extends Component {
|
||||
};
|
||||
|
||||
render() {
|
||||
console.log('Flagged AccountsContainer', this.props);
|
||||
|
||||
if (this.props.data.error) {
|
||||
return <div>{this.props.data.error.message}</div>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user