mirror of
https://github.com/wassname/talk.git
synced 2026-08-16 11:29:31 +08:00
Removing logic from ReplyBadge
This commit is contained in:
@@ -59,7 +59,7 @@ class UserDetailComment extends React.Component {
|
||||
}
|
||||
|
||||
<div className={styles.badgeBar}>
|
||||
<ReplyBadge hasParent={comment.hasParent} />
|
||||
{comment.hasParent && <ReplyBadge/>}
|
||||
<CommentType type={commentType}/>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user