Skip to content

Commit

Permalink
fix: minor
Browse files Browse the repository at this point in the history
  • Loading branch information
asvae committed Aug 3, 2023
1 parent 66c8cbd commit babaa9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/docs/modules/google-analytics/module.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ export default defineNuxtModule<any>({
},

setup(options) {
if (options.enabled) {
if (!options.enabled) {
return
}

Expand Down

0 comments on commit babaa9e

Please sign in to comment.