Merge branch 'fix-verified-badge' into 'develop'

Fix verified flag

See merge request soapbox-pub/soapbox-fe!1413
This commit is contained in:
Justin 2022-05-17 15:44:32 +00:00
commit 57465bbaff

View file

@ -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'>