Browse Source

Improve formatting

pull/7445/head
Thomas Kaul 1 month ago
parent
commit
5540b2c39c
  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) {
<option [value]="rate">
{{ rate | percent: '1.1-1' }}
{{ rate * 100 | number: '1.1-1' }} %
</option>
}</select
>.

Loading…
Cancel
Save