Prettified
This commit is contained in:
parent
edd5597d7b
commit
0e5a47a733
1 changed files with 4 additions and 3 deletions
|
|
@ -14,7 +14,8 @@
|
||||||
<span class="m-0 caption ms-1" :class="textPosition">{{
|
<span class="m-0 caption ms-1" :class="textPosition">{{
|
||||||
buttonLabelSubCopy
|
buttonLabelSubCopy
|
||||||
}}</span>
|
}}</span>
|
||||||
<div v-if="displayAvailabilityIndicators"
|
<div
|
||||||
|
v-if="displayAvailabilityIndicators"
|
||||||
class="availability-indicator rounded-pill"
|
class="availability-indicator rounded-pill"
|
||||||
:class="availabilityRatingClass">
|
:class="availabilityRatingClass">
|
||||||
<div
|
<div
|
||||||
|
|
@ -86,8 +87,8 @@ export default {
|
||||||
return experimentMixin.methods.hasSettingEqualTo(
|
return experimentMixin.methods.hasSettingEqualTo(
|
||||||
experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
||||||
"true"
|
"true"
|
||||||
)
|
);
|
||||||
}
|
},
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
displayLoader() {
|
displayLoader() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue