deleting default data 2
This commit is contained in:
@@ -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,
|
||||
),
|
||||
|
||||
Reference in New Issue
Block a user