Fix admin icon mouse over

This commit is contained in:
Thomas Zarebczan 2022-03-15 09:48:25 -04:00
parent 4a9ba6555b
commit 58c9209c96
No known key found for this signature in database
GPG key ID: 767B41E1BB7346F2

View file

@ -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} />