mirror of https://github.com/zulip/zulip.git
billing: Remove unused page_params on event_status page.
a4938d3760
introduced assertions
for page_params for which they were used. This caused the
assertion to fail on event_status page making the page not work.
Removed the page_params from running on event_status page to fix it.
This commit is contained in:
parent
e568064f4e
commit
f6b1fe9f36
|
@ -33,7 +33,6 @@
|
|||
"./styles/portico/billing.css"
|
||||
],
|
||||
"billing-event-status": [
|
||||
"./src/billing/page_params",
|
||||
"./src/bundles/portico",
|
||||
"./styles/portico/landing_page.css",
|
||||
"./src/billing/event_status",
|
||||
|
|
Loading…
Reference in New Issue