We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ab42859 commit c81c9f0Copy full SHA for c81c9f0
src/shared/components/challenge-detail/Registrants/index.jsx
@@ -58,7 +58,6 @@ export default class Registrants extends React.Component {
58
59
this.getCheckPoint = this.getCheckPoint.bind(this);
60
this.getCheckPointDate = this.getCheckPointDate.bind(this);
61
- this.getSubmissionDate = this.getSubmissionDate.bind(this);
62
this.getFlagFirstTry = this.getFlagFirstTry.bind(this);
63
this.sortRegistrants = this.sortRegistrants.bind(this);
64
this.getRegistrantsSortParam = this.getRegistrantsSortParam.bind(this);
0 commit comments