[FIX] Test options when restarting test

SHow number of answers was opposite to what it should be
This commit is contained in:
2022-02-16 11:20:37 +00:00
parent 19be8611d8
commit 446b74466f

View File

@@ -561,7 +561,7 @@ export default withRouter(class Progress extends React.Component {
: this.state.mode === "lives" ? this.state.lives
: 1,
ignoreCaps: this.state.ignoreCaps,
showNumberOfAnswers: this.state.numberOfAnswers === null,
showNumberOfAnswers: this.state.numberOfAnswers !== null,
}).then((result) => {
const progressId = result.data;
this.stopLoading();