Secure your code as it's written. Use Snyk Code to scan source code in minutes - no build needed - and fix issues immediately.
<div> productScrollEl = x }>
{ !scrollAllContent && productInfo }
{ scrollAllContent && <div>
{productLogoAndTags}
<div>{productInfo}</div>
{charts}
</div>
}
{ showTwitter && itemInfo.twitter && }
</div>
{ !scrollAllContent && isGoogle && productLogoAndTags }
);
}
const wrapper = withState('isLandscape', 'setIsLandscape', currentDevice.landscape());
export default wrapper(pure(ItemDialogContent));
timeoutId = setInterval(function() {
setIsLandscape(currentDevice.landscape());
}, 1000);
}