Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into research-questions-…
Browse files Browse the repository at this point in the history
…download
  • Loading branch information
anadis504 committed Mar 26, 2024
2 parents ba89cdc + b797496 commit 0f75cd8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ const CustomViewIframe: React.FC<React.PropsWithChildren<CustomViewIframeProps>>
enabled: !!courseInstanceId && !!userInfo.data?.user_id,
})
const courseInfo = useCourseInfo(pageContext.settings?.current_course_id)

const moduleIdByChapter = useQuery({
queryKey: [`course-modules-chapter-${chapterId}`],
queryFn: () => fetchModuleIdByChapterId(assertNotNullOrUndefined(chapterId)),
Expand Down

0 comments on commit 0f75cd8

Please sign in to comment.