fix(pages): tripple

This commit is contained in:
Alex 2020-04-04 11:16:42 +03:00
parent c38f01911b
commit 47c87d9c74

View file

@ -37,8 +37,8 @@
<span>291 <span class="caption">USD</span></span>
</span>
<nb-select [(selected)]="type" class="type-select">
<nb-option *ngFor="let t of types" [value]="t">{{ t }}</nb-option>
<nb-select matRipple [(selected)]="type" class="type-select">
<nb-option matRipple *ngFor="let t of types" [value]="t">{{ t }}</nb-option>
</nb-select>
</nb-card-header>