Skip to content

Commit

Permalink
fix ts
Browse files Browse the repository at this point in the history
  • Loading branch information
carolineBda committed Jan 9, 2025
1 parent 4669b32 commit bfdc6a4
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,10 @@ export function ContributionLayout({ contribution }: Props) {
{title}{" "}
{!isGeneric && (
<span className={`${fr.cx("fr-h2")} ${h1}`}>
{contribution.ccnShortTitle}
{
(contribution as ElasticSearchContributionConventionnelle)
.ccnShortTitle
}
</span>
)}
</h1>
Expand Down

0 comments on commit bfdc6a4

Please sign in to comment.