[Library | Trunk]: Remove other from research product.
git-svn-id: https://svn.driver.research-infrastructures.eu/driver/dnet40/modules/uoa-services-library/trunk/ng-openaire-library/src/app@58802 d315682c-612b-4755-9ff5-7f18f6832af3
This commit is contained in:
parent
8fdaac2d0d
commit
4fd8439224
|
@ -212,7 +212,7 @@ export class ResultLandingComponent {
|
|||
if (this.type === "dataset") {
|
||||
return "research data";
|
||||
} else if (this.type === "orp" || this.type === "other") {
|
||||
return "other research product";
|
||||
return "research product";
|
||||
} else {
|
||||
return this.type;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue