Skip to content

Commit

Permalink
feat: added pmsi view to dashboard - Ref gestion-de-projet#2682
Browse files Browse the repository at this point in the history
  • Loading branch information
ManelleG authored and Mehdi-BOUYAHIA committed Sep 30, 2024
1 parent b9f596d commit 3c73e9a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/views/Dashboard/Dashboard.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -220,6 +220,9 @@ const Dashboard: React.FC<{
{selectedTab === 'pmsi' && (
<PMSIList groupId={cohortId || perimetreIds} deidentified={dashboard.deidentifiedBoolean ?? false} />
)}
{selectedTab === 'pmsi' && (
<PMSIList groupId={cohortId || perimetreIds} deidentified={dashboard.deidentifiedBoolean ?? false} />
)}
{selectedTab === 'imaging' && (
<ImagingList groupId={groupId} deidentified={dashboard.deidentifiedBoolean ?? false} />
)}
Expand Down

0 comments on commit 3c73e9a

Please sign in to comment.