Display see more link for suggested users in profile header (#10134)

This commit is contained in:
DS Boyce
2026-03-31 14:54:51 -07:00
committed by GitHub
parent 498d321bb1
commit 2262040797
-4
View File
@@ -560,7 +560,6 @@ export function ProfileGrid({
<Text style={[a.text_sm, a.font_semi_bold, t.atoms.text]}>
<Trans>Suggested for you</Trans>
</Text>
{!isProfileHeaderContext && (
<Button
label={l`See more suggested profiles`}
onPress={() => {
@@ -585,7 +584,6 @@ export function ProfileGrid({
</Text>
)}
</Button>
)}
</View>
<FollowDialogWithoutGuide control={followDialogControl} />
<LayoutAnimationConfig skipExiting skipEntering>
@@ -605,7 +603,6 @@ export function ProfileGrid({
decelerationRate="fast">
{content}
{!isProfileHeaderContext && (
<SeeMoreSuggestedProfilesCard
onPress={() => {
followDialogControl.open()
@@ -614,7 +611,6 @@ export function ProfileGrid({
})
}}
/>
)}
</ScrollView>
</BlockDrawerGesture>
)}