Skip to content

Commit

Permalink
remove duplicate ncit box from variant summary page
Browse files Browse the repository at this point in the history
  • Loading branch information
acoffman committed Aug 22, 2024
1 parent 11427ca commit f5cce69
Showing 1 changed file with 9 additions and 15 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -58,21 +58,6 @@
</nz-descriptions-item>
</nz-descriptions>
</nz-col>
<ng-container *ngIf="variant.ncitId; else noNcit">
<nz-col [nzSpan]="24">
<cvc-ncit-details
[ncitDetails]="variant.ncitDetails"></cvc-ncit-details>
</nz-col>
</ng-container>
<ng-template #noNcit>
<nz-col [nzSpan]="24">
<nz-card nzTitle="">
<cvc-empty-revisable
notification="Not available, please provide an NCIt Code">
</cvc-empty-revisable>
</nz-card>
</nz-col>
</ng-template>
</nz-row>
</nz-col>

Expand Down Expand Up @@ -155,6 +140,15 @@
[ncitDetails]="variant.ncitDetails"></cvc-ncit-details>
</nz-col>
</ng-container>
<ng-template #noNcit>
<nz-col [nzSpan]="24">
<nz-card nzTitle="">
<cvc-empty-revisable
notification="Not available, please provide an NCIt Code">
</cvc-empty-revisable>
</nz-card>
</nz-col>
</ng-template>
</nz-row>
</nz-col>
<!-- END RIGHT COL -->
Expand Down

0 comments on commit f5cce69

Please sign in to comment.