Skip to content

Commit

Permalink
IP-409: Add biopsy_id
Browse files Browse the repository at this point in the history
  • Loading branch information
zwright committed May 6, 2024
1 parent b585d0f commit 13a91d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/components/Packages/PackagePanel.js
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,7 @@ class PackagePanel extends Component {
<Col xs={12} className='pb-1'>{packageInfo.packageType}</Col>
<Col xs={12}>Submitted <b>{submittedDate}</b> at {submittedTime} by {packageInfo.submitter.firstName} {packageInfo.submitter.lastName}, {packageInfo.siteName}</Col>
<Col xs={12} className='pb-1'>Upload ID: {packageInfo._id}</Col>
<Col xs={12} className='pb-1'>Biopsy ID: {packageInfo.biopsyId}</Col>
</Row>
</Col>
<Col xs={12} md={3}>
Expand Down

0 comments on commit 13a91d4

Please sign in to comment.