Skip to content

Commit

Permalink
fixing tests.
Browse files Browse the repository at this point in the history
  • Loading branch information
AnalogJ committed Jan 17, 2023
1 parent a2937a4 commit a97942c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<div>
<embed
src="data:${{displayModel.content_type}};base64,${{displayModel.data}}"
type="${{displayModel?.content_type}}"
type="{{displayModel?.content_type}}"
[style]="{
width: '100%',
height: height
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@
<!-- </div>-->
</div>

<div class="row pt-2" *ngIf="conditionGroup.related_resources.length > 0">
<div class="row pt-2" *ngIf="conditionGroup?.related_resources?.length > 0">
<div class="col-12">
<a class="cursor-pointer tx-indigo" (click)="collapse.toggle()">show all</a>
<div #collapse="ngbCollapse" [ngbCollapse]="true">
Expand Down

0 comments on commit a97942c

Please sign in to comment.