Skip to content

Commit

Permalink
Remove use of unsupported Fragment.
Browse files Browse the repository at this point in the history
  • Loading branch information
willhoward committed Jan 12, 2023
1 parent 155806d commit f374746
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 f374746

Please sign in to comment.