chore: fix typos in spelling (#38100)
* spelling: accidentally * spelling: announce * spelling: assembly * spelling: avoid * spelling: backend * spelling: because * spelling: claimed * spelling: candidate * spelling: certification * spelling: certified * spelling: challenge * spelling: circular * spelling: it isn't * spelling: coins * spelling: combination * spelling: compliant * spelling: containers * spelling: concise * spelling: deprecated * spelling: development * spelling: donor * spelling: error * spelling: everything * spelling: exceed * spelling: exist * spelling: falsy * spelling: faulty * spelling: forward * spelling: handle * spelling: indicates * spelling: initial * spelling: integers * spelling: issealed * spelling: javascript * spelling: length * spelling: maximum * spelling: minimum * spelling: mutable * spelling: notifier * spelling: coordinate * spelling: passport * spelling: perform * spelling: permuter * spelling: placeholder * spelling: progressively * spelling: semantic * spelling: submission * spelling: submit * spelling: translations * spelling: turquoise * spelling: visualization * spelling: without * spelling: registration * spelling: representation
This commit is contained in:
@@ -326,7 +326,7 @@ export class CertificationSettings extends Component {
|
||||
// filter the new solutions that need to be updated
|
||||
const completedChallenges = this.props.completedChallenges;
|
||||
let challengesToUpdate = {};
|
||||
let newChalleneFound = true;
|
||||
let newChallengeFound = true;
|
||||
let oldSubmissions = 0;
|
||||
for (let submittedChal of Object.keys(idsToSolutions)) {
|
||||
for (let i of completedChallenges) {
|
||||
@@ -335,14 +335,14 @@ export class CertificationSettings extends Component {
|
||||
challengesToUpdate[submittedChal] = idsToSolutions[submittedChal];
|
||||
}
|
||||
oldSubmissions++;
|
||||
newChalleneFound = false;
|
||||
newChallengeFound = false;
|
||||
break;
|
||||
}
|
||||
}
|
||||
if (newChalleneFound && idsToSolutions[submittedChal] !== '') {
|
||||
if (newChallengeFound && idsToSolutions[submittedChal] !== '') {
|
||||
challengesToUpdate[submittedChal] = idsToSolutions[submittedChal];
|
||||
}
|
||||
newChalleneFound = true;
|
||||
newChallengeFound = true;
|
||||
}
|
||||
|
||||
const valuesSaved = values(formChalObj)
|
||||
@@ -536,7 +536,7 @@ export class CertificationSettings extends Component {
|
||||
solutionViewer: { files, solution, isOpen, projectTitle }
|
||||
} = this.state;
|
||||
return (
|
||||
<section id='certifcation-settings'>
|
||||
<section id='certification-settings'>
|
||||
<SectionHeader>Certifications</SectionHeader>
|
||||
{certifications.map(this.renderCertifications)}
|
||||
{this.renderFullStack()}
|
||||
|
Reference in New Issue
Block a user