1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-24 08:33:29 +00:00

fix(billing): update cart-summary to default to collapsed

This commit is contained in:
Stephon Brown
2025-09-24 18:08:28 -04:00
parent 9e955aaf90
commit 9c34a5ba3e

View File

@@ -29,7 +29,7 @@ export class CartSummaryComponent {
estimatedTax = input.required<number>();
// UI state
isExpanded = signal(true);
isExpanded = signal(false);
/**
* Calculates total for password manager line item