diff --git a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js index 46f0c4bd0c..8df2202d2e 100644 --- a/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js +++ b/packages/client/src/pages/PortalSettings/Layout/Section/Header/index.js @@ -356,15 +356,18 @@ const SectionHeaderContent = (props) => { ) : ( - {!isCategoryOrHeader && arrayOfParams[0] && isMobile() && ( - - )} + {!isCategoryOrHeader && + arrayOfParams[0] && + (isMobile() || + window.location.href.indexOf("/javascript-sdk/") > -1) && ( + + )}