From ad4c4a0a5b3e203ed1ff7655983893d458d152d6 Mon Sep 17 00:00:00 2001 From: Riley Davis Date: Mon, 5 Jun 2017 16:46:58 -0600 Subject: [PATCH] fix for active tab not showing. user box classNames --- client/coral-embed-stream/src/components/Embed.js | 8 +++++--- client/coral-ui/components/TabBar.js | 2 +- plugins/coral-plugin-auth/client/components/UserBox.js | 4 ++-- 3 files changed, 8 insertions(+), 6 deletions(-) diff --git a/client/coral-embed-stream/src/components/Embed.js b/client/coral-embed-stream/src/components/Embed.js index 264b1b2aa..bf1aa2292 100644 --- a/client/coral-embed-stream/src/components/Embed.js +++ b/client/coral-embed-stream/src/components/Embed.js @@ -38,13 +38,15 @@ export default class Embed extends React.Component { const {asset: {totalCommentCount}} = this.props.root; const {user} = this.props.auth; + console.log('activeTab', activeTab); + return (
- - {t('framework.my_profile')} - {t('framework.configure_stream')} + + {t('framework.my_profile')} + {t('framework.configure_stream')} {commentId &&