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: {
|
||||
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