We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents c8ddf9b + 7d739c9 commit 1742f37Copy full SHA for 1742f37
app/services/experiments.js
@@ -27,11 +27,11 @@ export default Service.extend({
27
},
28
29
isNotAffected() {
30
- return !(this.isTreatmentGroup() || this.isControlGroup())
+ return this.experimentGroup() === this.possibleGroups[2]
31
32
33
isOff(){
34
- return this.experimentGroup() === "off"
+ return this.experimentGroup() === this.possibleGroups[3]
35
36
37
isAutoAssignStrategy() {
0 commit comments