Browse Source

Refactoring

pull/4281/head
Thomas Kaul 7 months ago
parent
commit
a1826e7f1c
  1. 5
      apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

5
apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

@ -364,7 +364,10 @@
[showValueInBaseCurrency]="false" [showValueInBaseCurrency]="false"
/> />
</mat-tab> </mat-tab>
@if (hasPermissionToReadMarketDataOfOwnAssetProfile) { @if (
hasPermissionToReadMarketDataOfOwnAssetProfile &&
user?.settings?.isExperimentalFeatures
) {
<mat-tab> <mat-tab>
<ng-template mat-tab-label> <ng-template mat-tab-label>
<ion-icon name="server-outline" /> <ion-icon name="server-outline" />

Loading…
Cancel
Save