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">{{
|
||||
buttonLabelSubCopy
|
||||
}}</span>
|
||||
<div v-if="displayAvailabilityIndicators"
|
||||
<div
|
||||
v-if="displayAvailabilityIndicators"
|
||||
class="availability-indicator rounded-pill"
|
||||
:class="availabilityRatingClass">
|
||||
<div
|
||||
|
|
@ -86,8 +87,8 @@ export default {
|
|||
return experimentMixin.methods.hasSettingEqualTo(
|
||||
experimentSettings.DISPLAY_AVAILABILITY_INDICATORS,
|
||||
"true"
|
||||
)
|
||||
}
|
||||
);
|
||||
},
|
||||
},
|
||||
methods: {
|
||||
displayLoader() {
|
||||
|
|
|
|||
Loading…
Reference in a new issue