Removed unused var

This commit is contained in:
2021-11-27 16:44:48 +00:00
parent 182da6a047
commit 2626343600

View File

@@ -316,8 +316,6 @@ export default withRouter(class Progress extends React.Component {
processAnswer = async () => {
if (this.state.canProceed) {
const cleansedCurrentCorrect = this.state.currentCorrect.map(item => this.cleanseVocabString(item));
this.startLoading();
this.state.functions.processAnswer({