Removed unused var
This commit is contained in:
@@ -316,8 +316,6 @@ export default withRouter(class Progress extends React.Component {
|
|||||||
|
|
||||||
processAnswer = async () => {
|
processAnswer = async () => {
|
||||||
if (this.state.canProceed) {
|
if (this.state.canProceed) {
|
||||||
const cleansedCurrentCorrect = this.state.currentCorrect.map(item => this.cleanseVocabString(item));
|
|
||||||
|
|
||||||
this.startLoading();
|
this.startLoading();
|
||||||
|
|
||||||
this.state.functions.processAnswer({
|
this.state.functions.processAnswer({
|
||||||
|
|||||||
Reference in New Issue
Block a user