Fix admin icon mouse over
This commit is contained in:
parent
4a9ba6555b
commit
58c9209c96
1 changed files with 2 additions and 2 deletions
|
@ -117,8 +117,8 @@ export default function LivestreamComment(props: Props) {
|
|||
</span>
|
||||
)}
|
||||
|
||||
{isGlobalMod && <CommentBadge label={__('Moderator')} icon={ICONS.BADGE_ADMIN} size={16} />}
|
||||
{isModerator && <CommentBadge label={__('Admin')} icon={ICONS.BADGE_MOD} size={16} />}
|
||||
{isGlobalMod && <CommentBadge label={__('Admin')} icon={ICONS.BADGE_ADMIN} size={16} />}
|
||||
{isModerator && <CommentBadge label={__('Moderator')} icon={ICONS.BADGE_MOD} size={16} />}
|
||||
{isStreamer && <CommentBadge label={__('Streamer')} icon={ICONS.BADGE_STREAMER} size={16} />}
|
||||
<PremiumBadge membership={odyseeMembership} />
|
||||
|
||||
|
|
Loading…
Reference in a new issue