Remove Contact us from menu if monitor selected
This commit is contained in:
parent
2c5c604902
commit
1cc8220e53
|
@ -373,11 +373,6 @@ export class AppComponent implements OnInit, OnDestroy {
|
|||
"https://" + (this.properties.environment == 'beta' ? 'beta.' : '') + 'monitor.openaire.eu/browse', "", false, [], null, {}),
|
||||
items: []
|
||||
});
|
||||
this.menuItems.push({
|
||||
rootItem: new MenuItem("contact", "Contact us",
|
||||
"https://" + (this.properties.environment == 'beta' ? 'beta.' : '') + 'monitor.openaire.eu/contact-us', "", false, [], null, {}),
|
||||
items: []
|
||||
});
|
||||
} else {
|
||||
this.menuHeader = {
|
||||
route: "/",
|
||||
|
|
|
@ -1 +1 @@
|
|||
Subproject commit f3af762dab9b3d489dd4f78c46f3537aff840efd
|
||||
Subproject commit 86b78e12fdda81d8a90ed9393d34682d59aa0608
|
Loading…
Reference in New Issue