Remove menu

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-admin-portal/trunk@56457 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2019-07-10 09:16:37 +00:00
parent 3364939e1d
commit 36967572a8
1 changed files with 1 additions and 1 deletions

View File

@ -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;