[FIX] Test options when restarting test
SHow number of answers was opposite to what it should be
This commit is contained in:
@@ -561,7 +561,7 @@ export default withRouter(class Progress extends React.Component {
|
|||||||
: this.state.mode === "lives" ? this.state.lives
|
: this.state.mode === "lives" ? this.state.lives
|
||||||
: 1,
|
: 1,
|
||||||
ignoreCaps: this.state.ignoreCaps,
|
ignoreCaps: this.state.ignoreCaps,
|
||||||
showNumberOfAnswers: this.state.numberOfAnswers === null,
|
showNumberOfAnswers: this.state.numberOfAnswers !== null,
|
||||||
}).then((result) => {
|
}).then((result) => {
|
||||||
const progressId = result.data;
|
const progressId = result.data;
|
||||||
this.stopLoading();
|
this.stopLoading();
|
||||||
|
|||||||
Reference in New Issue
Block a user