mirror of
https://github.com/logos-messaging/OpChan.git
synced 2026-01-04 05:43:10 +00:00
chore: show delegation flag for non-anonymous sessions
This commit is contained in:
parent
10adec1437
commit
14aa6d43aa
@ -190,7 +190,8 @@ const Header = () => {
|
||||
{/* User Status & Actions */}
|
||||
{isConnected || currentUser?.verificationStatus === EVerificationStatus.ANONYMOUS ? (
|
||||
<div className="flex items-center space-x-2">
|
||||
{/* Status Badge */}
|
||||
{/* Status Badge - hidden for anonymous sessions */}
|
||||
{currentUser?.verificationStatus !== EVerificationStatus.ANONYMOUS && (
|
||||
<Badge
|
||||
variant="outline"
|
||||
className={`font-mono text-xs border-0 ${
|
||||
@ -217,6 +218,7 @@ const Header = () => {
|
||||
: 'DELEGATE'}
|
||||
</span>
|
||||
</Badge>
|
||||
)}
|
||||
|
||||
{/* User Dropdown */}
|
||||
<DropdownMenu>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user