diff --git a/app/services/experiments.js b/app/services/experiments.js index f5cfbba5..c0f5b3d8 100644 --- a/app/services/experiments.js +++ b/app/services/experiments.js @@ -27,11 +27,11 @@ export default Service.extend({ }, isNotAffected() { - return !(this.isTreatmentGroup() || this.isControlGroup()) + return this.experimentGroup() === this.possibleGroups[2] }, isOff(){ - return this.experimentGroup() === "off" + return this.experimentGroup() === this.possibleGroups[3] }, isAutoAssignStrategy() {