Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
ibolton336 committed Dec 13, 2023
1 parent 4806fe2 commit 0263c2e
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ export const ApplicationAssessmentStatus: React.FC<
});

const hasAssessedArchetype = applicationArchetypes?.some(
(archetype) => !!archetype?.assessments?.length
(archetype) => !!archetype?.assessments?.length ?? 0 > 0
);

const {
Expand Down

0 comments on commit 0263c2e

Please sign in to comment.