From cc0f757746c32a745abb920947b47c416b88e6b3 Mon Sep 17 00:00:00 2001 From: Belen Curcio Date: Wed, 12 Apr 2017 08:16:02 -0300 Subject: [PATCH] Removing username --- client/coral-embed-stream/src/Embed.js | 2 +- client/coral-settings/containers/ProfileContainer.js | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/client/coral-embed-stream/src/Embed.js b/client/coral-embed-stream/src/Embed.js index 673fee69e..d9b5c8310 100644 --- a/client/coral-embed-stream/src/Embed.js +++ b/client/coral-embed-stream/src/Embed.js @@ -158,7 +158,7 @@ class Embed extends Component { this.props.data.refetch(); }}>{lang.t('showAllComments')} } - {loggedIn && activeTab !== 1 && this.props.logout().then(refetch)} changeTab={this.changeTab}/>} + {loggedIn && this.props.logout().then(refetch)} changeTab={this.changeTab}/>} { openStream diff --git a/client/coral-settings/containers/ProfileContainer.js b/client/coral-settings/containers/ProfileContainer.js index 9a8117e87..6df926c7c 100644 --- a/client/coral-settings/containers/ProfileContainer.js +++ b/client/coral-settings/containers/ProfileContainer.js @@ -44,7 +44,6 @@ class ProfileContainer extends Component { return (
- { // Hiding bio until moderation can get figured out