[FIX] duplicate function
This commit is contained in:
@@ -302,13 +302,6 @@ export default withRouter(class Progress extends React.Component {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
startLoading = () => {
|
|
||||||
this.setState({
|
|
||||||
loading: true,
|
|
||||||
canProceed: false,
|
|
||||||
});
|
|
||||||
}
|
|
||||||
|
|
||||||
cleanseVocabString = (item) => {
|
cleanseVocabString = (item) => {
|
||||||
const chars = " .,()-_'\"";
|
const chars = " .,()-_'\"";
|
||||||
|
|
||||||
@@ -539,6 +532,7 @@ export default withRouter(class Progress extends React.Component {
|
|||||||
this.setState({
|
this.setState({
|
||||||
canStartTest: false,
|
canStartTest: false,
|
||||||
loading: true,
|
loading: true,
|
||||||
|
canProceed: false,
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user