Skip to content

Commit

Permalink
Merge pull request #687 from Financial-Times/hotfix-fragment-removal
Browse files Browse the repository at this point in the history
Hotfix: Remove Fragment
  • Loading branch information
boyewale authored Jan 12, 2023
2 parents 155806d + f374746 commit b7c4075
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions components/x-gift-article/src/RadioButtonsSection.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -84,16 +84,16 @@ export default ({
Article share options
</span>
{isFreeArticle ? (
<>
<div>
{freeToReadField()}
{enterpriseField()}
</>
</div>
) : (
<>
<div>
{enterpriseField()}
{giftField()}
{nonGiftField()}
</>
</div>
)}
</div>
)
Expand Down

0 comments on commit b7c4075

Please sign in to comment.