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:
Aman Agrawal 2024-02-19 12:14:04 +00:00 committed by Tim Abbott
parent e568064f4e
commit f6b1fe9f36
1 changed files with 0 additions and 1 deletions

View File

@ -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",