Skip to content

Commit

Permalink
fix: design
Browse files Browse the repository at this point in the history
  • Loading branch information
victor committed Jan 16, 2025
1 parent 30f08f9 commit ef980a4
Showing 1 changed file with 3 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,9 @@ export function ContributionAgreementContent({
)}
</div>
<div className={fr.cx("fr-col-12", "fr-col-md-4")}>
<RelatedItems relatedItems={relatedItems} />
{!!relatedItems[0].items.length && (
<RelatedItems relatedItems={relatedItems} />
)}
<Share title={title} metaDescription={metas.description} />
</div>
</div>
Expand Down

0 comments on commit ef980a4

Please sign in to comment.