diff --git a/components/x-gift-article/src/v2/FooterMessage.jsx b/components/x-gift-article/src/v2/FooterMessage.jsx index fc31f97c4..ef89ee540 100644 --- a/components/x-gift-article/src/v2/FooterMessage.jsx +++ b/components/x-gift-article/src/v2/FooterMessage.jsx @@ -15,7 +15,7 @@ export const FooterMessage = ({ showFreeArticleAlert }) => { // if the share link button has not been clicked yet - if (!isGiftUrlCreated && !isNonGiftUrlShortened) { + if (!(isGiftUrlCreated || isNonGiftUrlShortened)) { // when the user is b2b and has advanced sharing enabled if (enterpriseEnabled && !enterpriseRequestAccess) { return (