diff --git a/components/x-gift-article/src/RadioButtonsSection.jsx b/components/x-gift-article/src/RadioButtonsSection.jsx index 256978c92..2d3771537 100644 --- a/components/x-gift-article/src/RadioButtonsSection.jsx +++ b/components/x-gift-article/src/RadioButtonsSection.jsx @@ -84,16 +84,16 @@ export default ({ Article share options {isFreeArticle ? ( - <> +
{freeToReadField()} {enterpriseField()} - +
) : ( - <> +
{enterpriseField()} {giftField()} {nonGiftField()} - +
)} )