We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f82f020 commit 541001cCopy full SHA for 541001c
1 file changed
src/container-comparison/data/apiHooks.ts
@@ -24,7 +24,7 @@ export const useCourseContainerChildren = (usageKey?: string, getUpstreamInfo?:
24
useQuery({
25
enabled: !!usageKey,
26
queryFn: () => getCourseContainerChildren(usageKey!, getUpstreamInfo),
27
- // If we first get data with a valid `usageKey` and then the `usageKey` changes to undefinded, an error occurs.
+ // If we first get data with a valid `usageKey` and then the `usageKey` changes to undefined, an error occurs.
28
queryKey: containerComparisonQueryKeys.container(getUpstreamInfo || false, usageKey),
29
})
30
);
0 commit comments