From 6df1bcad31a4e58a7cdade6d19e75bd7c0b5ee9a Mon Sep 17 00:00:00 2001 From: Eric Bailey Date: Wed, 20 Sep 2023 21:16:11 -0500 Subject: add suggested follow section to profile header (#1481) * add suggested follow section to profile header * fix button overflow * don't even render on preview * fix useFollowDid and FollowButton race condition * add section header, close button, active state * lighten icon --- src/view/com/modals/ProfilePreview.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/view/com/modals/ProfilePreview.tsx') diff --git a/src/view/com/modals/ProfilePreview.tsx b/src/view/com/modals/ProfilePreview.tsx index 6f189cf1a..e0b3ec072 100644 --- a/src/view/com/modals/ProfilePreview.tsx +++ b/src/view/com/modals/ProfilePreview.tsx @@ -41,7 +41,12 @@ export const Component = observer(function ProfilePreviewImpl({ styles.headerWrapper, isLoading && isIOS && styles.headerPositionAdjust, ]}> - {}} /> + {}} + isProfilePreview + /> -- cgit 1.4.1