mirror of
https://github.com/wassname/talk.git
synced 2026-07-06 05:17:19 +08:00
Merge pull request #781 from coralproject/featured-tag-on-replies
Show featured tag on replies too
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user