|
@ -36,7 +36,9 @@ |
|
|
type="number" |
|
|
type="number" |
|
|
(keydown.enter)="$event.stopPropagation()" |
|
|
(keydown.enter)="$event.stopPropagation()" |
|
|
/> |
|
|
/> |
|
|
<span class="ml-2" matTextSuffix>{{ data.account.currency }}</span> |
|
|
<span class="ml-2" matTextSuffix |
|
|
|
|
|
>{{ accountForm.controls['currency'].value }}</span |
|
|
|
|
|
> |
|
|
</mat-form-field> |
|
|
</mat-form-field> |
|
|
</div> |
|
|
</div> |
|
|
<div [ngClass]="{ 'd-none': platforms?.length < 1 }"> |
|
|
<div [ngClass]="{ 'd-none': platforms?.length < 1 }"> |
|
|