From 2d8e862d0371305294d9cecfc8562177294d261f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jos=C3=A9=20Salazar?= <73718835+joshrs23@users.noreply.github.com> Date: Thu, 29 Jan 2026 10:19:36 -0500 Subject: [PATCH] deleting default data 2 --- .../lib/src/presentation/blocs/client_home_state.dart | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/apps/mobile/packages/features/client/home/lib/src/presentation/blocs/client_home_state.dart b/apps/mobile/packages/features/client/home/lib/src/presentation/blocs/client_home_state.dart index 1e4a7b18..e86bd5f7 100644 --- a/apps/mobile/packages/features/client/home/lib/src/presentation/blocs/client_home_state.dart +++ b/apps/mobile/packages/features/client/home/lib/src/presentation/blocs/client_home_state.dart @@ -35,10 +35,10 @@ class ClientHomeState extends Equatable { this.isEditMode = false, this.errorMessage, this.dashboardData = const HomeDashboardData( - weeklySpending: 4250.0, - next7DaysSpending: 6100.0, - weeklyShifts: 12, - next7DaysScheduled: 18, + weeklySpending: 0.0, + next7DaysSpending: 0.0, + weeklyShifts: 0, + next7DaysScheduled: 0, totalNeeded: 0, totalFilled: 0, ),