Skip to content

Commit

Permalink
refactor: faq without cta with sticky buttons
Browse files Browse the repository at this point in the history
  • Loading branch information
LeleDallas committed Dec 16, 2024
1 parent e9fc601 commit 57de9f4
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion ts/features/zendesk/screens/ZendeskSupportHelpCenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ import {
Body,
ButtonLink,
FeatureInfo,
FooterActions,
H4,
H6,
HeaderSecondLevel,
Expand Down Expand Up @@ -395,7 +396,6 @@ const ZendeskSupportHelpCenter = () => {
<IOScrollView
animatedRef={animatedScrollViewRef}
testID={"ZendeskSupportHelpCenterScreen"}
actions={showRequestSupportContacts ? footerActions : undefined}
>
<FaqManager
contextualHelpConfig={contextualHelpConfig}
Expand Down Expand Up @@ -423,6 +423,10 @@ const ZendeskSupportHelpCenter = () => {
iconName="notice"
body={I18n.t("support.helpCenter.supportComponent.adviceMessage")}
/>
<FooterActions
fixed={false}
actions={showRequestSupportContacts ? footerActions : undefined}
/>
</>
)}
</IOScrollView>
Expand Down

0 comments on commit 57de9f4

Please sign in to comment.