Skip to content

Commit 6ac76d3

Browse files
committed
better change
1 parent 8bc9269 commit 6ac76d3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

auth-web/src/main.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Vue.use(VueSanitize)
3030

3131
const i18n = initializeI18n(Vue)
3232

33-
if (import.meta.env.VUE_APP_GTAG_ID && import.meta.env.VUE_APP_GTAG_ID !== ' ') {
33+
if (import.meta.env.VUE_APP_GTAG_ID?.trim()) {
3434
Vue.use(VueGtag, {
3535
config: {
3636
id: import.meta.env.VUE_APP_GTAG_ID

0 commit comments

Comments
 (0)