diff --git a/apps/web/components/Objects/Activities/Video/Video.tsx b/apps/web/components/Objects/Activities/Video/Video.tsx index e523f43b..2f8a707b 100644 --- a/apps/web/components/Objects/Activities/Video/Video.tsx +++ b/apps/web/components/Objects/Activities/Video/Video.tsx @@ -15,37 +15,41 @@ function VideoActivity({ activity, course }: { activity: any; course: any }) { }, [activity, org]) return ( -
+
{activity && ( <> {activity.activity_sub_type === 'SUBTYPE_VIDEO_HOSTED' && ( -
- +
+
+ +
)} {activity.activity_sub_type === 'SUBTYPE_VIDEO_YOUTUBE' && ( -
- +
+
+ +
)}