Merge pull request #965 from Safelite/feature/CSR-1157

CSR-1157 button question change from ISS
This commit is contained in:
CarlNation 2023-02-02 14:13:25 -05:00 committed by GitHub
commit b10e2b3d36
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -209,7 +209,7 @@ export default {
},
methods: {
formatString(str) {
return str?.replaceAll(" ", "-");
return String(str).replaceAll(" ", "-");
},
setLastValuePushedToGa(lastValuePushedToGa) {
this.lastValuePushedToGa = lastValuePushedToGa;