fix nested <a> suggested accounts
This commit is contained in:
@@ -160,6 +160,7 @@ export function Avatar({
|
||||
moderationOpts,
|
||||
onPress,
|
||||
disabledPreview,
|
||||
disableNavigation,
|
||||
liveOverride,
|
||||
size = 40,
|
||||
}: {
|
||||
@@ -167,6 +168,7 @@ export function Avatar({
|
||||
moderationOpts: ModerationOpts
|
||||
onPress?: () => void
|
||||
disabledPreview?: boolean
|
||||
disableNavigation?: boolean
|
||||
liveOverride?: boolean
|
||||
size?: number
|
||||
}) {
|
||||
@@ -188,6 +190,7 @@ export function Avatar({
|
||||
profile={profile}
|
||||
moderation={moderation.ui('avatar')}
|
||||
onBeforePress={onPress}
|
||||
disableNavigation={disableNavigation}
|
||||
live={liveOverride ?? live}
|
||||
/>
|
||||
)
|
||||
|
||||
@@ -13,6 +13,7 @@ import {boostInterests, InterestTabs} from '#/components/InterestTabs'
|
||||
import * as ProfileCard from '#/components/ProfileCard'
|
||||
import {SubtleHover} from '#/components/SubtleHover'
|
||||
import {useAnalytics} from '#/analytics'
|
||||
import {IS_WEB} from '#/env'
|
||||
import {type app} from '#/lexicons'
|
||||
import type * as bsky from '#/types/bsky'
|
||||
|
||||
@@ -138,6 +139,7 @@ let SuggestedProfileCard = ({
|
||||
<ProfileCard.Avatar
|
||||
profile={profile}
|
||||
moderationOpts={moderationOpts}
|
||||
disableNavigation={IS_WEB}
|
||||
/>
|
||||
<ProfileCard.NameAndHandle
|
||||
profile={profile}
|
||||
|
||||
Reference in New Issue
Block a user