MOBILE-3320 home: Fix wrong tab selected when change main tab

main
Dani Palou 2021-06-01 10:50:49 +02:00
parent f2c19b0a6b
commit c0cdb1320d
1 changed files with 0 additions and 5 deletions

View File

@ -38,11 +38,6 @@ export const CORE_COURSES_SERVICES: Type<unknown>[] = [
]; ];
const mainMenuHomeChildrenRoutes: Routes = [ const mainMenuHomeChildrenRoutes: Routes = [
{
path: '',
pathMatch: 'full',
redirectTo: CoreDashboardHomeHandlerService.PAGE_NAME,
},
{ {
path: CoreDashboardHomeHandlerService.PAGE_NAME, path: CoreDashboardHomeHandlerService.PAGE_NAME,
loadChildren: () => import('./pages/dashboard/dashboard.module').then(m => m.CoreCoursesDashboardPageModule), loadChildren: () => import('./pages/dashboard/dashboard.module').then(m => m.CoreCoursesDashboardPageModule),