large mock refector hopefully done + no errors?
All checks were successful
Deploy to Test Environment / deploy-to-test (push) Successful in 1h13m59s

This commit is contained in:
2025-12-21 02:43:03 -08:00
parent 391d00ae15
commit c49e5f7019
77 changed files with 817 additions and 465 deletions

View File

@@ -1067,6 +1067,7 @@ export const createMockAppStats = (overrides: Partial<AppStats> = {}): AppStats
flyerItemCount: 2000,
storeCount: 5,
pendingCorrectionCount: 0,
recipeCount: 500,
};
return { ...defaultStats, ...overrides };
};