diff --git a/client/coral-embed-stream/src/components/NewCount.js b/client/coral-embed-stream/src/components/NewCount.js index b0449bddc..3cde3786b 100644 --- a/client/coral-embed-stream/src/components/NewCount.js +++ b/client/coral-embed-stream/src/components/NewCount.js @@ -21,8 +21,8 @@ const NewCount = (props) => { props.commentCountCache && newComments > 0 ? : null } diff --git a/client/coral-settings/containers/ProfileContainer.js b/client/coral-settings/containers/ProfileContainer.js index d88594acd..245780f0f 100644 --- a/client/coral-settings/containers/ProfileContainer.js +++ b/client/coral-settings/containers/ProfileContainer.js @@ -61,7 +61,7 @@ class ProfileContainer extends Component { {me.ignoredUsers && me.ignoredUsers.length ?
-

t('framework.ignored_users')

+

{t('framework.ignored_users')}