diff --git a/ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-creator-profile.component.html b/ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-creator-profile.component.html
index e36dd5210c..f599fcc743 100644
--- a/ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-creator-profile.component.html
+++ b/ui-ngx/src/app/modules/home/pages/iot-hub/iot-hub-creator-profile.component.html
@@ -61,36 +61,42 @@
{{ creator.description }}
}
diff --git a/ui-ngx/src/app/shared/models/iot-hub/iot-hub-creator.models.ts b/ui-ngx/src/app/shared/models/iot-hub/iot-hub-creator.models.ts
index 0f9c791f3d..3cf365fbb5 100644
--- a/ui-ngx/src/app/shared/models/iot-hub/iot-hub-creator.models.ts
+++ b/ui-ngx/src/app/shared/models/iot-hub/iot-hub-creator.models.ts
@@ -25,6 +25,7 @@ export interface CreatorView {
githubUrl: string;
linkedinUrl: string;
twitterUrl: string;
+ youtubeUrl: string;
publishedCount: number;
verified: boolean;
}