diff --git a/packages/shared/components/article/index.tsx b/packages/shared/components/article/index.tsx index c74f8a37a8..34549b4ddb 100644 --- a/packages/shared/components/article/index.tsx +++ b/packages/shared/components/article/index.tsx @@ -32,7 +32,7 @@ ArticleMainButton.displayName = MAIN_BUTTON_NAME; const ArticleBody = ({ children }: { children: React.ReactNode }) => null; ArticleBody.displayName = BODY_NAME; -console.log(SubArticleBody); +console.log(ArticleAlerts, ArticleLiveChat); const Article = ({ showText, @@ -241,8 +241,6 @@ const Article = ({ !window.location.pathname.includes("management") && isAdmin; - console.log(withDevTools, hideAppsBlock, isLiveChatAvailable); - const articleComponent = ( <> {articleBodyContent ? articleBodyContent.props.children : null} - {/* {!showArticleLoader && ( + {!showArticleLoader && ( <> - {!hideAlerts && ( + {/* {!hideAlerts && ( - )} + )} */} {withDevTools && ( )} - {!isMobile && !isLiveChatAvailable && ( + {/* {!isMobile && !isLiveChatAvailable && ( - )} + )} */} - )} */} + )} {!showArticleLoader && ( { return (