Skip to content

Commit

Permalink
Merge pull request I-TECH-UW#911 from atulyadav745/fix-immunohistoche…
Browse files Browse the repository at this point in the history
…mistry

Fixed patient header in Cytology and Immunohistochemistry dashboard
  • Loading branch information
mozzy11 authored Mar 26, 2024
2 parents e483df2 + 4337f4a commit d68b1df
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions frontend/src/components/cytology/CytologyCaseView.js
Original file line number Diff line number Diff line change
Expand Up @@ -361,7 +361,7 @@ function CytologyCaseView() {
<PageBreadCrumb breadcrumbs={breadcrumbs} />

<Grid fullWidth={true}>
<Column lg={16}>
<Column lg={16} md={8} sm={4}>
<Section>
<Section>
<Heading>
Expand All @@ -372,7 +372,7 @@ function CytologyCaseView() {
</Column>
</Grid>
<Grid fullWidth={true}>
<Column lg={16}>
<Column lg={16} md={8} sm={4}>
<Section>
<Section>
<PatientHeader
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -794,7 +794,7 @@ function ImmunohistochemistryCaseView() {
<PageBreadCrumb breadcrumbs={breadcrumbs} />

<Grid fullWidth={true}>
<Column lg={16}>
<Column lg={16} md={8} sm={4}>
<Section>
<Section>
<Heading>
Expand All @@ -805,7 +805,7 @@ function ImmunohistochemistryCaseView() {
</Column>
</Grid>
<Grid fullWidth={true}>
<Column lg={16}>
<Column lg={16} md={8} sm={4}>
<Section>
<Section>
<PatientHeader
Expand Down

0 comments on commit d68b1df

Please sign in to comment.