Skip to content

Commit 323c51a

Browse files
committed
lint fix
1 parent e2dd79a commit 323c51a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src-ts/tools/learn/course-details/CourseDetailsPage.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ const CourseDetailsPage: FC<{}> = () => {
5656
certification: certificate,
5757
ready: certificateReady,
5858
}: AllCertificationsProviderData = useAllCertifications(routeParams.provider, course?.certificationId, {
59-
enabled: courseReady
59+
enabled: courseReady,
6060
})
6161

6262
// this looks better than finding workarounds for cyclomatic-complexity

0 commit comments

Comments
 (0)