-
-

-
+
-
+
diff --git a/src/app/cube/shared/learning-object/learning-object.component.html b/src/app/cube/shared/learning-object/learning-object.component.html
index be028f930..2536e8b5b 100644
--- a/src/app/cube/shared/learning-object/learning-object.component.html
+++ b/src/app/cube/shared/learning-object/learning-object.component.html
@@ -79,7 +79,7 @@
15 WEEKS
-
+
{{ learningObject.contributors[0]?.name | titlecase }} at
@@ -105,4 +105,4 @@
-
\ No newline at end of file
+
diff --git a/src/app/cube/shared/learning-object/learning-object.component.ts b/src/app/cube/shared/learning-object/learning-object.component.ts
index b1abbcdf6..f50d1e1c0 100644
--- a/src/app/cube/shared/learning-object/learning-object.component.ts
+++ b/src/app/cube/shared/learning-object/learning-object.component.ts
@@ -144,6 +144,7 @@ export class LearningObjectListingComponent implements OnInit, OnChanges, OnDest
this.learningObject.collection !== 'plan c' &&
this.learningObject.collection !== 'max_power' &&
this.learningObject.collection !== 'Drafts' &&
+ this.learningObject.collection !== 'nccp' &&
this.learningObject.collection !== ''
) {
this.pictureLocation =
diff --git a/src/app/cube/usage-stats/usage-stats.component.html b/src/app/cube/usage-stats/usage-stats.component.html
index 9612a7745..1a482fe93 100644
--- a/src/app/cube/usage-stats/usage-stats.component.html
+++ b/src/app/cube/usage-stats/usage-stats.component.html
@@ -8,11 +8,11 @@