Removed commented test code
This commit is contained in:
parent
029d65ae44
commit
1a1e97485c
1 changed files with 4 additions and 5 deletions
|
|
@ -76,11 +76,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