MOBILE-3833 chore: Fix lint warning

main
Noel De Martin 2021-09-08 17:50:14 +02:00
parent 5396bb6a71
commit 77864e9ef6
1 changed files with 5 additions and 1 deletions

View File

@ -40,7 +40,11 @@
<ion-item *ngIf="deviceInfo.fileSystemRoot" (longPress)="copyItemInfo($event)">
<ion-label class="ion-text-wrap">
<h2>{{ 'core.settings.filesystemroot' | translate }}</h2>
<p><a *ngIf="fsClickable" [href]="deviceInfo.fileSystemRoot" core-link auto-login="no">{{ deviceInfo.fileSystemRoot }}</a></p>
<p>
<a *ngIf="fsClickable" [href]="deviceInfo.fileSystemRoot" core-link auto-login="no">
{{ deviceInfo.fileSystemRoot }}
</a>
</p>
<p *ngIf="!fsClickable">{{ deviceInfo.fileSystemRoot }}</p>
</ion-label>
</ion-item>