Show featured tag on replies too

This commit is contained in:
Chi Vinh Le
2017-07-21 02:36:04 +07:00
parent e1d1549c93
commit 0e37f36e02
@@ -6,7 +6,7 @@ import {isTagged} from 'plugin-api/beta/client/utils';
export default (props) => (
<span>
{
isTagged(props.comment.tags, 'FEATURED') && props.depth === 0 ? (
isTagged(props.comment.tags, 'FEATURED') ? (
<span className={styles.tag}>
{t('talk-plugin-featured-comments.featured')}
</span>