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: {
|
computed: {
|
||||||
displayAvailabilityIndicators() {
|
displayAvailabilityIndicators() {
|
||||||
return true;
|
return experimentMixin.methods.hasSettingEqualTo(
|
||||||
// return experimentMixin.methods.hasSettingEqualTo(
|
experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
||||||
// experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
"true"
|
||||||
// "true"
|
);
|
||||||
// );
|
|
||||||
},
|
},
|
||||||
isLoaderDisplayed() {
|
isLoaderDisplayed() {
|
||||||
return this.availabilityRating == null;
|
return this.availabilityRating == null;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue