[Trunk | Monitor Dashboard]: monitor.component.html: Show message "Send us your feedback" not only when no indicators in activeSubCategory, but also when activeTopic has no categories.

git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-monitor-portal/trunk/monitor_dashboard@59786 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
Konstantina Galouni 2020-11-05 11:26:52 +00:00
parent 47b1770111
commit d4d41adcfc
1 changed files with 1 additions and 1 deletions

View File

@ -196,7 +196,7 @@
</ng-template>
</div>
</div>
<div *ngIf="!loading && !privateStakeholder && activeSubCategory"
<div *ngIf="!loading && !privateStakeholder && (activeSubCategory || activeTopic.categories == null || activeTopic.categories.length == 0)"
class="uk-width-1-1 uk-text-center uk-text-muted">
<span>Send us your <a [href]="mailText" target="_self" (click)="mailMe()">feedback</a>.</span>