Skip to content

Commit 1742f37

Browse files
authored
Merge pull request #1553 from Program-AR/showing-expects
Fix no se muestran los expects
2 parents c8ddf9b + 7d739c9 commit 1742f37

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

app/services/experiments.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,11 +27,11 @@ export default Service.extend({
2727
},
2828

2929
isNotAffected() {
30-
return !(this.isTreatmentGroup() || this.isControlGroup())
30+
return this.experimentGroup() === this.possibleGroups[2]
3131
},
3232

3333
isOff(){
34-
return this.experimentGroup() === "off"
34+
return this.experimentGroup() === this.possibleGroups[3]
3535
},
3636

3737
isAutoAssignStrategy() {

0 commit comments

Comments
 (0)