mirror of
https://github.com/CompassConnections/Compass.git
synced 2026-07-30 17:59:13 -04:00
Fix
This commit is contained in:
@@ -307,10 +307,7 @@ function UserPageInner(props: ActiveUserPageProps) {
|
||||
url={`/${user.username}`}
|
||||
image={seoImage}
|
||||
/>
|
||||
{(user.isBannedFromPosting ||
|
||||
user.userDeleted ||
|
||||
profile?.disabled ||
|
||||
profile?.visibility === 'member') && (
|
||||
{(user.isBannedFromPosting || user.userDeleted || profile?.visibility === 'member') && (
|
||||
<Head>
|
||||
<meta name="robots" content="noindex, nofollow" />
|
||||
</Head>
|
||||
|
||||
Reference in New Issue
Block a user