[FIX] duplicate function

This commit is contained in:
2021-10-26 16:29:53 +01:00
parent cd37698066
commit c021d3658a

View File

@@ -302,13 +302,6 @@ export default withRouter(class Progress extends React.Component {
}
}
startLoading = () => {
this.setState({
loading: true,
canProceed: false,
});
}
cleanseVocabString = (item) => {
const chars = " .,()-_'\"";
@@ -539,6 +532,7 @@ export default withRouter(class Progress extends React.Component {
this.setState({
canStartTest: false,
loading: true,
canProceed: false,
});
}