From c0cdb1320db227bc37a033b927797f5f874d15fb Mon Sep 17 00:00:00 2001 From: Dani Palou Date: Tue, 1 Jun 2021 10:50:49 +0200 Subject: [PATCH] MOBILE-3320 home: Fix wrong tab selected when change main tab --- src/core/features/courses/courses.module.ts | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/core/features/courses/courses.module.ts b/src/core/features/courses/courses.module.ts index 611ca2132..6ca5284b4 100644 --- a/src/core/features/courses/courses.module.ts +++ b/src/core/features/courses/courses.module.ts @@ -38,11 +38,6 @@ export const CORE_COURSES_SERVICES: Type[] = [ ]; const mainMenuHomeChildrenRoutes: Routes = [ - { - path: '', - pathMatch: 'full', - redirectTo: CoreDashboardHomeHandlerService.PAGE_NAME, - }, { path: CoreDashboardHomeHandlerService.PAGE_NAME, loadChildren: () => import('./pages/dashboard/dashboard.module').then(m => m.CoreCoursesDashboardPageModule),