fix: formatting

This commit is contained in:
sembauke
2024-02-21 10:29:31 +01:00
committed by renovate[bot]
parent 80e32c20b7
commit e4bf9943d4
+2 -2
View File
@@ -56,8 +56,8 @@ function Progress({
}: ProgressProps): JSX.Element {
const blockTitle = t(`intro:${superBlock}.blocks.${block}.title`);
// Always false for legacy full stack, since it has no projects.
const isCertificationProject = liveCerts.some(
cert => cert.projects?.some((project: { id: string }) => project.id === id)
const isCertificationProject = liveCerts.some(cert =>
cert.projects?.some((project: { id: string }) => project.id === id)
);
const totalChallengesInBlock = currentBlockIds?.length ?? 0;