File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -46,7 +46,7 @@ var Page = (function (_super) {
4646 Page = __decorate ( [
4747 react_redux_1 . connect ( function ( state ) { return ( {
4848 page : core_coderoad_1 . pageSelector ( state ) ,
49- tasksCompleted : core_coderoad_1 . taskProgressSelector ( state ) === 100 ,
49+ isCompleted : core_coderoad_1 . taskProgressSelector ( state ) === 100 ,
5050 } ) ; } ) ,
5151 __metadata ( 'design:paramtypes' , [ ] )
5252 ] , Page ) ;
Original file line number Diff line number Diff line change @@ -21,7 +21,7 @@ const styles = {
2121
2222@connect ( state => ( {
2323 page : pageSelector ( state ) ,
24- tasksCompleted : taskProgressSelector ( state ) === 100 ,
24+ isCompleted : taskProgressSelector ( state ) === 100 ,
2525} ) )
2626export default class Page extends React . Component < {
2727 page ?: CR . Page , isCompleted ?: boolean
You can’t perform that action at this time.
0 commit comments