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 ( +
- Request more credits and our Enterprise team will get in touch with the admin of your FT - subscription to arrange a top-up of sharing credits. + Request more credits and our team will get in touch with the admin of your FT subscription to + arrange a top-up of sharing credits.