Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 6db8c56

Browse files
committed
fix typo
1 parent e0767f0 commit 6db8c56

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/js/app/challenge-details/js/controllers/challenge-details-controller.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -337,7 +337,7 @@
337337
}
338338

339339
var hasSubmitted = false;
340-
if (submissions.indexOf(handle) >= 0) {
340+
if (submitters.indexOf(handle) >= 0) {
341341
hasSubmitted = true;
342342
}
343343

0 commit comments

Comments
 (0)