|
|
@ -111,7 +111,7 @@ |
|
|
user?.settings?.isExperimentalFeatures |
|
|
user?.settings?.isExperimentalFeatures |
|
|
) { |
|
|
) { |
|
|
<select |
|
|
<select |
|
|
class="border-0 cursor-pointer d-inline-block font-weight-bold safe-withdrawal-rate-select w-auto" |
|
|
class="border-0 cursor-pointer d-inline-block font-weight-bold safe-withdrawal-rate-select" |
|
|
[formControl]="safeWithdrawalRateControl" |
|
|
[formControl]="safeWithdrawalRateControl" |
|
|
> |
|
|
> |
|
|
@for (rate of safeWithdrawalRateOptions; track rate) { |
|
|
@for (rate of safeWithdrawalRateOptions; track rate) { |
|
|
|