Skip to content

Commit

Permalink
enable convention id input for establishment tutor
Browse files Browse the repository at this point in the history
  • Loading branch information
enguerranws committed Sep 19, 2024
1 parent 91358d9 commit 578aaf1
Showing 1 changed file with 3 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,11 +46,9 @@ export const EstablishmentDashboardPage = ({
tabId: "conventions",
content: (
<>
{conventions?.role === "establishment-representative" && (
<ManageConventionFormSection
routeNameToRedirectTo={"manageConventionInclusionConnected"}
/>
)}
<ManageConventionFormSection
routeNameToRedirectTo={"manageConventionInclusionConnected"}
/>
{conventions ? (
<MetabaseView
title={`Tableau des conventions en cours
Expand Down

0 comments on commit 578aaf1

Please sign in to comment.