diff --git a/src/Progress.js b/src/Progress.js index ba0f010..bcac970 100644 --- a/src/Progress.js +++ b/src/Progress.js @@ -628,7 +628,7 @@ export default withRouter(class Progress extends React.Component { const progressId = result.data; this.stopLoading(); this.props.history.push("/progress/" + progressId); - + this.setState({ incorrectAnswers: {}, }); @@ -742,33 +742,35 @@ export default withRouter(class Progress extends React.Component {
{vocab}
- )} - > - : + {this.state.currentCorrect.map((vocab, index) => +{vocab}
+ )} + > + : this.state.numberOfAnswers !== null ?