Skip to content

Commit 149b61c

Browse files
authored
Update component.js
1 parent 0060593 commit 149b61c

File tree

1 file changed

+1
-1
lines changed
  • app/pods/components/certificate-comp/excellence-certificate-modal

1 file changed

+1
-1
lines changed

app/pods/components/certificate-comp/excellence-certificate-modal/component.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ export default class ExcellenceCertificateModal extends Component {
1515

1616
@computed('stats')
1717
get isQualifiedForExcellenceCertififcate() {
18-
return this.courseCompleted && (this.stats.performance.scoreCompletionPercentage > this.run.get('excellenceThreshold'))
18+
return this.courseCompleted && (this.stats.performance.scoreCompletionPercentage >= this.run.get('excellenceThreshold'))
1919
}
2020

2121
@dropTask excellenceCertificateTask = function* () {

0 commit comments

Comments
 (0)