Skip to content

Commit

Permalink
Partial group route bug
Browse files Browse the repository at this point in the history
Fixes #55
  • Loading branch information
m7medVision committed Feb 20, 2024
1 parent b2e6c16 commit b3da443
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion routes/group/[slug].tsx
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ export default function CoursePage(props: PageProps<Props>) {
</h2>
<IconChevronDown />
</div>
<div class="flex flex-col mt-2 pr-3 gap-3">
<div f-client-nav={false} class="flex flex-col mt-2 pr-3 gap-3">
{foundCourseGroup.courses.map((course) => (
<a
title={course.title}
Expand Down

0 comments on commit b3da443

Please sign in to comment.