Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions src/pages/domain/BaseDomainMembersPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -273,6 +273,7 @@ function BaseDomainMembersPage({
icon={!useSelectionModeHeader ? headerIcon : undefined}
shouldShowBackButton={shouldUseNarrowLayout}
shouldUseHeadlineHeader={!useSelectionModeHeader}
shouldDisplayHelpButton
>
{!shouldDisplayButtonsInSeparateLine && !!headerContent && <View style={[styles.flexRow, styles.gap2]}>{headerContent}</View>}
</HeaderWithBackButton>
Expand Down
1 change: 1 addition & 0 deletions src/pages/domain/BaseDomainSettingsPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ function BaseDomainSettingsPage({domainAccountID, children}: BaseDomainSettingsP
onBackButtonPress={() => {
Navigation.dismissModal();
}}
shouldDisplayHelpButton
/>
<View style={styles.flex1}>{children}</View>
</ScreenWrapper>
Expand Down
1 change: 1 addition & 0 deletions src/pages/domain/DomainSamlPage.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -97,6 +97,7 @@ function DomainSamlPage({route}: DomainSamlPageProps) {
onBackButtonPress={Navigation.goBack}
icon={illustrations.LockClosed}
shouldShowBackButton={shouldUseNarrowLayout}
shouldDisplayHelpButton
/>

<ScrollView
Expand Down
Loading