Skip to content

Commit 3920b4d

Browse files
authored
fix: extra page load call happening while opening landing page (#409)
1 parent a4c03d5 commit 3920b4d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/angular-sdk-components/src/lib/_components/template/case-view/case-view.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ <h1 id="case-name">{{ heading$ }}</h1>
7373
</div>
7474
</div>
7575

76-
<div>
76+
<div *ngIf="tabData$">
7777
<component-mapper name="DeferLoad" [props]="{ pConn$, name: tabData$?.config?.name }"></component-mapper>
7878
</div>
7979
</div>

0 commit comments

Comments
 (0)