Browse Source

Update allocations-page.html

pull/5449/head
Aaditya1608 4 months ago
committed by GitHub
parent
commit
2af67b4e61
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 6
      apps/client/src/app/pages/portfolio/allocations/allocations-page.html

6
apps/client/src/app/pages/portfolio/allocations/allocations-page.html

@ -26,9 +26,9 @@
<mat-progress-bar
mode="determinate"
[title]="
`${(portfolioDetails?.summary?.filteredValueInPercentage * 100)
.toFixed(2)}%`
"
`${(portfolioDetails?.summary?.filteredValueInPercentage * 100)
.toFixed(2)}%`
"
[value]="portfolioDetails?.summary?.filteredValueInPercentage * 100"
/>

Loading…
Cancel
Save