mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 15:09:34 +00:00
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:
@@ -33,7 +33,6 @@
|
|||||||
"./styles/portico/billing.css"
|
"./styles/portico/billing.css"
|
||||||
],
|
],
|
||||||
"billing-event-status": [
|
"billing-event-status": [
|
||||||
"./src/billing/page_params",
|
|
||||||
"./src/bundles/portico",
|
"./src/bundles/portico",
|
||||||
"./styles/portico/landing_page.css",
|
"./styles/portico/landing_page.css",
|
||||||
"./src/billing/event_status",
|
"./src/billing/event_status",
|
||||||
|
|||||||
Reference in New Issue
Block a user