mirror of
https://github.com/bitwarden/browser
synced 2025-12-12 06:13:38 +00:00
remove brand from logic that determines if the card section should show (#10871)
This commit is contained in:
@@ -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() {
|
||||||
|
|||||||
Reference in New Issue
Block a user