surface isRequired in view
This commit is contained in:
committed by
Berkeley Martinez
parent
56a7d03658
commit
dad1e1638e
@@ -223,6 +223,7 @@ function getSuperBlocks$(challenge$, completedChallenges) {
|
||||
}, 0);
|
||||
const isBeta = _.every(blockArray, 'isBeta');
|
||||
const isComingSoon = _.every(blockArray, 'isComingSoon');
|
||||
const isRequired = _.every(blockArray, 'isRequired');
|
||||
|
||||
return {
|
||||
isBeta,
|
||||
|
Reference in New Issue
Block a user