diff --git a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx index e7f99809..de2b844e 100644 --- a/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx +++ b/apps/web/components/Dashboard/Pages/Course/EditCourseStructure/DraggableElements/ActivityElement.tsx @@ -127,17 +127,25 @@ function ActivityElement(props: ActivitiyElementProps) { > {(provided, snapshot) => (
{/* Activity Type Icon */} {/* Centered Activity Name */} -
+
{selectedActivity === props.activity.id ? (
{/* Edit, View, Publish, and Delete Buttons */} -
+
{/* Publishing */}