Skip to content

Commit 39d8f33

Browse files
PR changes
1 parent 725cfb1 commit 39d8f33

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/app/applications/application-detail/application-detail.component.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ <h3>{{ "APPLICATION.DETAILS" | translate }}</h3>
4141
</div>
4242
<div class="col-md-4 d-flex align-items-stretch">
4343
<div class="jumbotron jumbotron--m-left jumbotron--full-width">
44-
<div class="thirty-height" *ngIf="devs && gateways">
44+
<div class="thirty-height" *ngIf="devices && gateways">
4545
<app-map [coordinateList]="coordinateList" [isFromApplication]="true"></app-map>
4646
</div>
4747
</div>

0 commit comments

Comments
 (0)