diff --git a/src/components/ProfileCard.tsx b/src/components/ProfileCard.tsx
index 71653896cb..6d22dc6bb0 100644
--- a/src/components/ProfileCard.tsx
+++ b/src/components/ProfileCard.tsx
@@ -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}
/>
)
diff --git a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
index 545cc0d231..97d92e72f8 100644
--- a/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
+++ b/src/screens/Search/modules/ExploreSuggestedAccounts.tsx
@@ -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 = ({