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