diff --git a/packages/common/components/Article/sub-components/article-profile.js b/packages/common/components/Article/sub-components/article-profile.js index 1144baf2f8..7e7507909b 100644 --- a/packages/common/components/Article/sub-components/article-profile.js +++ b/packages/common/components/Article/sub-components/article-profile.js @@ -74,8 +74,8 @@ const ArticleProfile = (props) => { ref={menuRef} onHide={onHide} scaled={false} - leftOffset={!isRtl && -50} - rightOffset={isRtl && 54} + leftOffset={Number(!isRtl && -50)} + rightOffset={Number(isRtl && 54)} /> {(!isTabletView || showText) && (