Skip to content

Commit

Permalink
Add description to top of resource tab on patient view (#4964)
Browse files Browse the repository at this point in the history
Co-authored-by: Ino de Bruijn <[email protected]>
  • Loading branch information
Nelliney and inodb authored Nov 15, 2024
1 parent 72b9b09 commit f968f82
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/shared/components/resources/ResourceTab.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -129,6 +129,9 @@ export default class ResourceTab extends React.Component<
{this.currentResourceDatum.sampleId
? this.currentResourceDatum.sampleId
: this.currentResourceDatum.patientId}
{this.currentResourceDatum.resourceDefinition
.description &&
` | ${this.currentResourceDatum.resourceDefinition.description}`}
</p>
</div>
<div
Expand Down

0 comments on commit f968f82

Please sign in to comment.