Show endcustomer event allowance on dashboard
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (push) Has been cancelled
tests / ui (push) Has been cancelled

This commit is contained in:
Codex Agent
2026-01-16 14:17:27 +01:00
parent 4c37f874bd
commit 30c653913d
4 changed files with 39 additions and 17 deletions

View File

@@ -20,7 +20,7 @@ const fixtures = vi.hoisted(() => ({
id: 1,
package_id: 1,
package_name: 'Standard',
package_type: 'standard',
package_type: 'reseller',
included_package_slug: null,
active: true,
used_events: 2,
@@ -240,7 +240,7 @@ describe('MobileDashboardPage', () => {
eventContext.hasEvents = true;
eventContext.hasMultipleEvents = false;
fixtures.activePackage.package_type = 'standard';
fixtures.activePackage.package_type = 'reseller';
fixtures.activePackage.remaining_events = 3;
navigateMock.mockClear();
});