fix(staff): resolve dependency injection and navigation issues
- Registered HomeRepository in StaffHomeModule to fix UnregisteredInstance error - Updated WorkerHomePage to use Modular DI for HomeCubit - Added trailing slash to home navigation to resolve Modular warning
This commit is contained in:
@@ -21,7 +21,7 @@ extension StaffMainNavigator on IModularNavigator {
|
||||
|
||||
/// Navigates to the Home tab.
|
||||
void navigateToHome() {
|
||||
navigate(StaffMainRoutes.homeFull);
|
||||
navigate('${StaffMainRoutes.homeFull}/');
|
||||
}
|
||||
|
||||
/// Navigates to the Clock In tab.
|
||||
|
||||
Reference in New Issue
Block a user