Browse Source

Task/improve SWR select formatting in FIRE page (#7445)

Improve formatting
pull/7446/head
Thomas Kaul 3 days ago
committed by GitHub
parent
commit
aeb30e553a
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
  1. 2
      apps/client/src/app/pages/portfolio/fire/fire-page.html

2
apps/client/src/app/pages/portfolio/fire/fire-page.html

@ -109,7 +109,7 @@
> >
@for (rate of safeWithdrawalRateOptions; track rate) { @for (rate of safeWithdrawalRateOptions; track rate) {
<option [value]="rate"> <option [value]="rate">
{{ rate | percent: '1.1-1' }} {{ rate * 100 | number: '1.1-1' }} %
</option> </option>
}</select }</select
>. >.

Loading…
Cancel
Save