This commit is contained in:
Jason Wheeler 2022-12-12 16:49:21 -05:00
parent 87159dbb87
commit 108185b700

View file

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