Skip to content

Commit

Permalink
Remove comments from the main screen component
Browse files Browse the repository at this point in the history
  • Loading branch information
dmnplb committed Sep 12, 2024
1 parent ccc1693 commit d35e588
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions ts/features/zendesk/screens/ZendeskSupportHelpCenter.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -142,8 +142,6 @@ const FaqManager = (props: FaqManagerProps) => {
<AccordionItem
title={item.title}
body={<IOMarkdown content={item.content} />}
// onLinkClicked={props.onLinkClicked}
// shouldHandleLink={props.shouldHandleLink}
/>
);

Expand Down Expand Up @@ -211,21 +209,12 @@ const ZendeskSupportHelpCenter = () => {
assistanceForCard,
assistanceForFci
} = route.params;

// const [markdownContentLoaded, setMarkdownContentLoaded] = useState<boolean>(
// !contextualHelpMarkdown
// );

const contextualHelpConfig = getContextualHelpConfig(
contextualHelp,
contextualHelpMarkdown
// () => setMarkdownContentLoaded(true),
// constNull,
// _ => {
// // when a link is clicked in the contextual help, terminate the workunit before the link will be handled (i.e: internal or external navigation)
// workUnitComplete();
// return true;
// }
);

/*
Expand Down

0 comments on commit d35e588

Please sign in to comment.