Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
…ity-app into develop
  • Loading branch information
jmgasper committed Apr 16, 2024
2 parents 237c3e8 + 0e0984f commit a318119
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -137,7 +137,6 @@ export default class Registrants extends React.Component {
const {
statisticsData,
} = this.props;
console.log(JSON.stringify(statisticsData, null, 4));
let submissionDate;
const statistic = (statisticsData || []).find(x => x.handle === registrant.memberHandle);
if (statistic && statistic.submissions && statistic.submissions.length > 0) {
Expand Down

0 comments on commit a318119

Please sign in to comment.