Skip to content

Commit

Permalink
show penalties on contest.disallowNoFace
Browse files Browse the repository at this point in the history
  • Loading branch information
vdvibhu20 committed Apr 29, 2024
1 parent e1cfb05 commit b3bdc11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/pods/components/full-screen-contest-view/template.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
Total Time Penalty: {{or attempt.windowResizeTimePenaltyMinutes 0}} mins
{{/if}}
<br>
{{#if contest.disallowWindowResize}}
{{#if contest.disallowNoFace}}
Total Face Undetected: {{or attempt.noFaceCount 0}}
<br>
Total Time Penalty: {{or attempt.noFaceTimePenaltyMinutes 0}} mins
Expand Down

0 comments on commit b3bdc11

Please sign in to comment.