We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2361fb commit 71eab62Copy full SHA for 71eab62
pcweb/pages/pricing/pricing.py
@@ -6,7 +6,6 @@
6
from pcweb.pages.pricing.calculator import calculator_section
7
from pcweb.pages.pricing.faq import faq
8
from pcweb.pages.pricing.plan_cards import plan_cards
9
-from pcweb.pages.pricing.slider_calculator import MachineState
10
from pcweb.pages.pricing.table import tiers_tables
11
12
pricing_path = "/pricing"
@@ -16,7 +15,6 @@
16
15
route=pricing_path,
17
title="Reflex · Pricing",
18
meta=hosting_meta_tags,
19
- on_load=MachineState.reset_machines,
20
)
21
def pricing() -> rx.Component:
22
"""Get the Pricing landing page."""
0 commit comments