diff --git a/src/app/app-routing.module.ts b/src/app/app-routing.module.ts index 4f90d5196e..66b8eaad9a 100644 --- a/src/app/app-routing.module.ts +++ b/src/app/app-routing.module.ts @@ -179,7 +179,7 @@ const routes: Routes = [ OrganizationUserType.Owner, OrganizationUserType.Admin, OrganizationUserType.Manager, - ] + ], }, children: [ { path: '', pathMatch: 'full', redirectTo: 'people' },