[Library | Trunk]: Remove header for portals

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@59595 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-10-14 11:36:18 +00:00
parent 4a13a473ab
commit 6a66668533
1 changed files with 1 additions and 1 deletions

View File

@ -80,7 +80,7 @@ export class NavigationBarComponent implements OnInit, OnDestroy{
}
initialize() {
if ((['monitor', 'provide', 'develop', 'usage-counts', 'graph']).indexOf(this.portal) != -1) {
if ((['provide', 'develop']).indexOf(this.portal) != -1) {
this.header = {
route: '/',
url: null,