Fix Bug 69379 - SDK: Implement return buttons from presets to the general list in the interface.

This commit is contained in:
Alexey Safronov 2024-07-24 15:26:17 +04:00
parent 02ad0b2719
commit e0e1c86e10

View File

@ -356,7 +356,10 @@ const SectionHeaderContent = (props) => {
<LoaderSectionHeader /> <LoaderSectionHeader />
) : ( ) : (
<HeaderContainer> <HeaderContainer>
{!isCategoryOrHeader && arrayOfParams[0] && isMobile() && ( {!isCategoryOrHeader &&
arrayOfParams[0] &&
(isMobile() ||
window.location.href.indexOf("/javascript-sdk/") > -1) && (
<IconButton <IconButton
iconName={ArrowPathReactSvgUrl} iconName={ArrowPathReactSvgUrl}
size="17" size="17"