Browse Source

Add quantity to accounts tab of holding detail dialog

pull/7595/head
Thomas Kaul 3 weeks ago
parent
commit
8748fada55
  1. 2
      apps/client/src/app/components/holding-detail-dialog/holding-detail-dialog.html

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

@ -418,7 +418,7 @@
[showAllocationInPercentage]="user?.settings?.isExperimentalFeatures"
[showBalance]="false"
[showFooter]="false"
[showQuantity]="true"
[showQuantity]="user?.settings?.isExperimentalFeatures"
[showValue]="false"
[showValueInBaseCurrency]="false"
/>

Loading…
Cancel
Save