Merge branch 'fix-verified-badge' into 'develop'
Fix verified flag See merge request soapbox-pub/soapbox-fe!1413
This commit is contained in:
commit
57465bbaff
1 changed files with 1 additions and 1 deletions
|
@ -29,7 +29,7 @@ const ProfilePreview: React.FC<IProfilePreview> = ({ account }) => {
|
|||
<StillImage alt='' className='h-12 w-12 rounded-full' src={account.avatar} />
|
||||
</div>
|
||||
|
||||
{!account.verified && <div className='absolute -top-1.5 -right-1.5'><VerificationBadge /></div>}
|
||||
{account.verified && <div className='absolute -top-1.5 -right-1.5'><VerificationBadge /></div>}
|
||||
</div>
|
||||
|
||||
<Stack className='truncate'>
|
||||
|
|
Loading…
Reference in a new issue