[FIX] createProgress compatibility
Wasn't previously fully backwards-compatible and its call hadn't been updated in all places
This commit is contained in:
@@ -133,7 +133,7 @@ export default withRouter(class Progress extends React.Component {
|
||||
setComplete: data.duration !== null,
|
||||
pageLoaded: true,
|
||||
numberOfAnswers: data.showNumberOfAnswers ? 0 : null,
|
||||
ignoreCaps: data.ignoreCaps,
|
||||
ignoreCaps: data.ignoreCaps === true,
|
||||
};
|
||||
|
||||
if (data.lives) {
|
||||
|
||||
Reference in New Issue
Block a user