diff --git a/apps/web/components/Pages/Activity/ActivityChapterDropdown.tsx b/apps/web/components/Pages/Activity/ActivityChapterDropdown.tsx index a2bfff20..01a2bdaa 100644 --- a/apps/web/components/Pages/Activity/ActivityChapterDropdown.tsx +++ b/apps/web/components/Pages/Activity/ActivityChapterDropdown.tsx @@ -93,11 +93,13 @@ export default function ActivityChapterDropdown(props: ActivityChapterDropdownPr
- {props.course.chapters.map((chapter: any) => ( + {props.course.chapters.map((chapter: any, index: number) => (
- +
+ {index + 1} +
{chapter.name}