test fix
This commit is contained in:
parent
87159dbb87
commit
108185b700
1 changed files with 1 additions and 1 deletions
|
|
@ -206,7 +206,7 @@ export default {
|
||||||
},
|
},
|
||||||
methods: {
|
methods: {
|
||||||
formatString(str) {
|
formatString(str) {
|
||||||
return str?.replaceAll(" ", "-");
|
return String(str).replaceAll(" ", "-");
|
||||||
},
|
},
|
||||||
setLastValuePushedToGa(lastValuePushedToGa) {
|
setLastValuePushedToGa(lastValuePushedToGa) {
|
||||||
this.lastValuePushedToGa = lastValuePushedToGa;
|
this.lastValuePushedToGa = lastValuePushedToGa;
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue