Skip to content

Commit c81c9f0

Browse files
committed
Fix bug after lint fixes
1 parent ab42859 commit c81c9f0

File tree

1 file changed

+0
-1
lines changed
  • src/shared/components/challenge-detail/Registrants

1 file changed

+0
-1
lines changed

src/shared/components/challenge-detail/Registrants/index.jsx

-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,6 @@ export default class Registrants extends React.Component {
5858

5959
this.getCheckPoint = this.getCheckPoint.bind(this);
6060
this.getCheckPointDate = this.getCheckPointDate.bind(this);
61-
this.getSubmissionDate = this.getSubmissionDate.bind(this);
6261
this.getFlagFirstTry = this.getFlagFirstTry.bind(this);
6362
this.sortRegistrants = this.sortRegistrants.bind(this);
6463
this.getRegistrantsSortParam = this.getRegistrantsSortParam.bind(this);

0 commit comments

Comments
 (0)