Browse Source
Task/improve SWR select formatting in FIRE page (#7445)
Improve formatting
pull/7446/head
Thomas Kaul
3 days ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with
1 additions and
1 deletions
-
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 |
|
|
>. |
|
|
>. |
|
|
|