Skip to content

Commit

Permalink
Merge pull request #56 from TeaByte/m7medVision/issue55
Browse files Browse the repository at this point in the history
Partial group route bug
  • Loading branch information
TeaByte committed Feb 20, 2024
2 parents 5512f5d + b3da443 commit 906c0f1
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 906c0f1

Please sign in to comment.