Skip to content

Commit b20588a

Browse files
chore(billing): drop inert density attr on pricing toggle (no-op prop)
Phase 0 nit — BillingPricingToggleComponent has no density prop; the binding falls through as inert HTML attribute on the root div with no effect. Remove the binding (Vuetify density is not surfaced by this wrapper).
1 parent cc6c585 commit b20588a

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/modules/billing/views/billing.pricing.view.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,6 @@
5555
:annual="annual"
5656
:disabled="activeTab === 1"
5757
class="mb-8"
58-
density="compact"
5958
data-test="pricing-toggle"
6059
@update:annual="annual = $event"
6160
/>

0 commit comments

Comments
 (0)