1
0
mirror of https://github.com/bitwarden/browser synced 2026-01-03 00:53:23 +00:00

Billing/pm 26686/update upgrade account component to be responsive (#16808)

* fix(billing): Update initialization of payment component

* fix(billing): Add more signal validation

* fix(billing): Add responsiveness to upgrade-account component
This commit is contained in:
Stephon Brown
2025-10-10 12:05:27 -04:00
committed by GitHub
parent e9cd6d2b7f
commit 9c7d794cac
4 changed files with 24 additions and 24 deletions

View File

@@ -26,6 +26,7 @@
<section>
@if (passwordManager) {
<billing-cart-summary
#cartSummaryComponent
[passwordManager]="passwordManager"
[estimatedTax]="estimatedTax"
></billing-cart-summary>