mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2026-05-28 18:26:54 +00:00
fix: formatting
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user