mirror of
https://github.com/bitwarden/browser.git
synced 2024-11-11 10:10:25 +01:00
remove brand from logic that determines if the card section should show (#10871)
This commit is contained in:
parent
6edc3edb9a
commit
72dab94216
@ -70,8 +70,8 @@ export class CipherViewComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
get hasCard() {
|
get hasCard() {
|
||||||
const { cardholderName, code, expMonth, expYear, brand, number } = this.cipher.card;
|
const { cardholderName, code, expMonth, expYear, number } = this.cipher.card;
|
||||||
return cardholderName || code || expMonth || expYear || brand || number;
|
return cardholderName || code || expMonth || expYear || number;
|
||||||
}
|
}
|
||||||
|
|
||||||
get hasLogin() {
|
get hasLogin() {
|
||||||
|
Loading…
Reference in New Issue
Block a user