Skip to content

Commit 4944af6

Browse files
committed
hide chats
1 parent 5045fe4 commit 4944af6

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

projects/social_platform/src/app/office/office.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ export class OfficeComponent implements OnInit, OnDestroy {
235235
{ name: "программы", icon: "program", link: "program" },
236236
{ name: "курсы", icon: "trajectories", link: "courses" },
237237
{ name: "вакансии", icon: "search-sidebar", link: "vacancies" },
238-
{ name: "чаты", icon: "message", link: "chats" },
238+
// { name: "чаты", icon: "message", link: "chats" },
239239
];
240240
}
241241
}

projects/social_platform/src/app/office/office.routes.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -71,10 +71,10 @@ export const OFFICE_ROUTES: Routes = [
7171
path: "vacancies",
7272
loadChildren: () => import("./vacancies/vacancies.routes").then(c => c.VACANCIES_ROUTES),
7373
},
74-
{
75-
path: "chats",
76-
loadChildren: () => import("./chat/chat.routes").then(c => c.CHAT_ROUTES),
77-
},
74+
// {
75+
// path: "chats",
76+
// loadChildren: () => import("./chat/chat.routes").then(c => c.CHAT_ROUTES),
77+
// },
7878
{
7979
path: "**",
8080
redirectTo: "/error/404",

0 commit comments

Comments
 (0)