Skip to content

Commit 71eab62

Browse files
committed
remove event
1 parent e2361fb commit 71eab62

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

pcweb/pages/pricing/pricing.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@
66
from pcweb.pages.pricing.calculator import calculator_section
77
from pcweb.pages.pricing.faq import faq
88
from pcweb.pages.pricing.plan_cards import plan_cards
9-
from pcweb.pages.pricing.slider_calculator import MachineState
109
from pcweb.pages.pricing.table import tiers_tables
1110

1211
pricing_path = "/pricing"
@@ -16,7 +15,6 @@
1615
route=pricing_path,
1716
title="Reflex · Pricing",
1817
meta=hosting_meta_tags,
19-
on_load=MachineState.reset_machines,
2018
)
2119
def pricing() -> rx.Component:
2220
"""Get the Pricing landing page."""

0 commit comments

Comments
 (0)