Merge pull request #1000 from Safelite/feature/CSR-972-fix-missing-color-option-2

CSR-972 fix missing color option item.
This commit is contained in:
bmauger 2023-03-08 14:44:22 -05:00 committed by GitHub
commit 38d40cabe6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -32,6 +32,7 @@ const tintMap = {
{ name: "gray tint", src: "Glass-NoShade-GrayTint.svg" },
{ name: "green tint", src: "Glass-NoShade-GreenTint.svg" },
{ name: "gray tint privacy", src: "Glass-NoShade-GrayTint.svg" },
{ name: "blue tint", src: "Glass-NoShade-BlueTint.svg" },
// No shade or tint
{ name: "clear", src: "Glass-NoShade-NoTint.svg" },