Skip to content

Commit

Permalink
Deactivate score after scoring for not applicable requirement assessm…
Browse files Browse the repository at this point in the history
…ents
  • Loading branch information
melinoix committed Jan 20, 2025
1 parent 3dc15d9 commit f111212
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
<span class="badge {classesText} h-fit" style="background-color: {resultColor ?? '#d1d5db'};">
{leadResult}
</span>
{#if statusI18n !== 'notApplicable' && isScored}
{#if resultI18n !== 'notApplicable' && isScored}
<ProgressRadial
stroke={100}
meter={displayScoreColor(score, max_score)}
Expand Down

0 comments on commit f111212

Please sign in to comment.