diff --git a/components/x-gift-article/src/Buttons.jsx b/components/x-gift-article/src/Buttons.jsx index aa19ee0a9..f273590ad 100644 --- a/components/x-gift-article/src/Buttons.jsx +++ b/components/x-gift-article/src/Buttons.jsx @@ -8,7 +8,8 @@ export default ({ showCopyButton, nativeShare, actions, - giftCredits + giftCredits, + isFreeArticle }) => { if (isGiftUrlCreated || shareType === ShareType.nonGift) { if (nativeShare) { @@ -62,6 +63,16 @@ export default ({ ) } + if (isFreeArticle && ShareType.enterprise) { + return ( +
+ +
+ ) + } + return (