From 36967572a81fbe907d8071850dbc191c1051905e Mon Sep 17 00:00:00 2001 From: "k.triantafyllou" Date: Wed, 10 Jul 2019 09:16:37 +0000 Subject: [PATCH] Remove menu git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56457 d315682c-612b-4755-9ff5-7f18f6832af3 --- src/app/app.component.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/app.component.ts b/src/app/app.component.ts index baf9772..5e7d082 100644 --- a/src/app/app.component.ts +++ b/src/app/app.component.ts @@ -61,7 +61,7 @@ export class AppComponent implements OnInit{ this.router.events.forEach((event) => { if(event instanceof RoutesRecognized) { HelperFunctions.scroll(); - if(event.url === '/') { + if(event.url === '/' || event.url.indexOf('/user-info') !== -1) { this.wellcome = true; } else { this.wellcome = false;