Skip to content

Commit

Permalink
fix: missing label on patho page
Browse files Browse the repository at this point in the history
Signed-off-by: Maud Royer <[email protected]>
  • Loading branch information
jillro committed Oct 18, 2024
1 parent f059fb2 commit 749fe76
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 749fe76

Please sign in to comment.