[Library | Trunk]: Add b2note on beta explore and connect

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@60178 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
k.triantafyllou 2020-12-22 17:36:29 +00:00
parent e48610e5d5
commit 83061f3f16
1 changed files with 1 additions and 1 deletions

View File

@ -484,7 +484,7 @@
</div>
</div>
<!-- B2 Note-->
<div *ngIf=" properties.environment === 'development' && resultLandingInfo" class="uk-margin-medium-top">
<div *ngIf="properties.environment !== 'production' && properties.adminToolsPortalType !== 'monitor' && properties.adminToolsPortalType !== 'aggregator' && resultLandingInfo" class="uk-margin-medium-top">
<b2note [id]="id" [landingInfo]="resultLandingInfo"></b2note>
</div>
</div>