diff options
Diffstat (limited to 'src/view/com/modals/ProfilePreview.tsx')
-rw-r--r-- | src/view/com/modals/ProfilePreview.tsx | 7 |
1 files changed, 6 insertions, 1 deletions
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, ]}> - <ProfileHeader view={model} hideBackButton onRefreshAll={() => {}} /> + <ProfileHeader + view={model} + hideBackButton + onRefreshAll={() => {}} + isProfilePreview + /> </View> <View style={[styles.hintWrapper, pal.view]}> <View style={styles.hint}> |