Merge pull request #1316 from Safelite/feature/Digital/CSR-1599

CSR-1599
This commit is contained in:
shnsuku 2023-08-23 12:14:55 +05:30 committed by GitHub
commit b803db4c51
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -88,7 +88,7 @@ export default {
if (this.availabilityRating == null) {
return "gray";
} else {
return this.availabilityRating == "high" ? "green" : "red";
return this.availabilityRating == "high" ? "green" : "Orange";
}
},
badgeText() {