Removed test conditional
This commit is contained in:
parent
8e93eda0ce
commit
3583b11456
1 changed files with 4 additions and 5 deletions
|
|
@ -73,11 +73,10 @@ export default {
|
|||
},
|
||||
computed: {
|
||||
displayAvailabilityIndicators() {
|
||||
return true;
|
||||
// return experimentMixin.methods.hasSettingEqualTo(
|
||||
// experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
||||
// "true"
|
||||
// );
|
||||
return experimentMixin.methods.hasSettingEqualTo(
|
||||
experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
||||
"true"
|
||||
);
|
||||
},
|
||||
isLoaderDisplayed() {
|
||||
return this.availabilityRating == null;
|
||||
|
|
|
|||
Loading…
Reference in a new issue