Merge pull request #1316 from Safelite/feature/Digital/CSR-1599
CSR-1599
This commit is contained in:
commit
b803db4c51
1 changed files with 1 additions and 1 deletions
|
|
@ -88,7 +88,7 @@ export default {
|
||||||
if (this.availabilityRating == null) {
|
if (this.availabilityRating == null) {
|
||||||
return "gray";
|
return "gray";
|
||||||
} else {
|
} else {
|
||||||
return this.availabilityRating == "high" ? "green" : "red";
|
return this.availabilityRating == "high" ? "green" : "Orange";
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
badgeText() {
|
badgeText() {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue