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 &&