Skip to content

Commit 541001c

Browse files
committed
style: Nits on the code
1 parent f82f020 commit 541001c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/container-comparison/data/apiHooks.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ export const useCourseContainerChildren = (usageKey?: string, getUpstreamInfo?:
2424
useQuery({
2525
enabled: !!usageKey,
2626
queryFn: () => getCourseContainerChildren(usageKey!, getUpstreamInfo),
27-
// If we first get data with a valid `usageKey` and then the `usageKey` changes to undefinded, an error occurs.
27+
// If we first get data with a valid `usageKey` and then the `usageKey` changes to undefined, an error occurs.
2828
queryKey: containerComparisonQueryKeys.container(getUpstreamInfo || false, usageKey),
2929
})
3030
);

0 commit comments

Comments
 (0)