From c021d3658a565976c98f11a5ae7c039a7526976f Mon Sep 17 00:00:00 2001 From: Matthew Grove Date: Tue, 26 Oct 2021 16:29:53 +0100 Subject: [PATCH] [FIX] duplicate function --- src/Progress.js | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/src/Progress.js b/src/Progress.js index 0821038..8d0eb82 100644 --- a/src/Progress.js +++ b/src/Progress.js @@ -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, }); }