Skip to content

Commit

Permalink
Merge pull request #19 from betagouv/staging
Browse files Browse the repository at this point in the history
Missing label on patho page
  • Loading branch information
jillro authored Oct 18, 2024
2 parents f059fb2 + 749fe76 commit 7c17500
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/(container)/pathologie/[code]/page.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,8 @@ export default async function Page({
/>

<h2 className={fr.cx("fr-h6", "fr-mt-4w")}>
{medicaments.length} médicaments traitant la pathologie « anxiété »
{medicaments.length} médicaments traitant la pathologie «&nbsp;
{patho.NomPatho}&nbsp;»
</h2>
<MedGroupSpecListList items={medicaments} />
</>
Expand Down

0 comments on commit 7c17500

Please sign in to comment.