Merge pull request #145 from Safelite/defect/formatString-method
Use formatString ISS implementation
This commit is contained in:
commit
361b32a504
1 changed files with 1 additions and 1 deletions
|
|
@ -208,7 +208,7 @@ export default {
|
|||
},
|
||||
methods: {
|
||||
formatString(str) {
|
||||
return str?.replaceAll(" ", "-");
|
||||
return String(str).replaceAll(" ", "-");
|
||||
},
|
||||
setLastValuePushedToGa(lastValuePushedToGa) {
|
||||
this.lastValuePushedToGa = lastValuePushedToGa;
|
||||
|
|
|
|||
Loading…
Reference in a new issue