mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-06 09:20:43 +01:00
show icon for wiretransfers
This commit is contained in:
parent
4b20d3ef0a
commit
37ed53cb3c
2
jslib
2
jslib
@ -1 +1 @@
|
|||||||
Subproject commit d0a0da8ee9ec4869001be96bc362e537ae15f961
|
Subproject commit fc2f64ee367b65e35e683ece0c91c05b5fb83bc5
|
@ -104,7 +104,8 @@
|
|||||||
<td>
|
<td>
|
||||||
<i class="fa fa-fw" *ngIf="t.paymentMethodType" [ngClass]="{
|
<i class="fa fa-fw" *ngIf="t.paymentMethodType" [ngClass]="{
|
||||||
'fa-credit-card': t.paymentMethodType === paymentMethodType.Card,
|
'fa-credit-card': t.paymentMethodType === paymentMethodType.Card,
|
||||||
'fa-university': t.paymentMethodType === paymentMethodType.BankAccount,
|
'fa-university': t.paymentMethodType === paymentMethodType.BankAccount ||
|
||||||
|
t.paymentMethodType === paymentMethodType.WireTransfer,
|
||||||
'fa-bitcoin text-warning': t.paymentMethodType === paymentMethodType.BitPay,
|
'fa-bitcoin text-warning': t.paymentMethodType === paymentMethodType.BitPay,
|
||||||
'fa-paypal text-primary': t.paymentMethodType === paymentMethodType.PayPal
|
'fa-paypal text-primary': t.paymentMethodType === paymentMethodType.PayPal
|
||||||
}"></i>
|
}"></i>
|
||||||
|
Loading…
Reference in New Issue
Block a user