Skip to content

Commit

Permalink
minor deployment bugs fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
aayank13 committed Oct 30, 2024
1 parent 383a3d4 commit 7e20b7f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/custom/AppSidebar.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ export default function AppSidebar() {
<DropdownMenuLabel className="text-xs text-muted-foreground">
Current Courses
</DropdownMenuLabel>
{data.courses.map((course, index) => (
{data.courses.map((course) => (
<DropdownMenuItem
key={course.name}
onClick={() => setActiveCourse(course)}
Expand Down

0 comments on commit 7e20b7f

Please sign in to comment.