Skip to content

Commit f968f82

Browse files
Nellineyinodb
andauthored
Add description to top of resource tab on patient view (#4964)
Co-authored-by: Ino de Bruijn <[email protected]>
1 parent 72b9b09 commit f968f82

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/shared/components/resources/ResourceTab.tsx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,9 @@ export default class ResourceTab extends React.Component<
129129
{this.currentResourceDatum.sampleId
130130
? this.currentResourceDatum.sampleId
131131
: this.currentResourceDatum.patientId}
132+
{this.currentResourceDatum.resourceDefinition
133+
.description &&
134+
` | ${this.currentResourceDatum.resourceDefinition.description}`}
132135
</p>
133136
</div>
134137
<div

0 commit comments

Comments
 (0)