Olivier Massot пре 6 месеци
родитељ
комит
fc94aaa0d6
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      pages/shop/try/artist-premium.vue

+ 2 - 2
pages/shop/try/artist-premium.vue

@@ -481,8 +481,8 @@ const { processApiError } = useAp2iErrorHandler()
 
 // Check if we're in a development environment
 const config = useRuntimeConfig()
-const isDevelopmentOrTest = computed(() =>
-  config.public.env === 'dev' || config.public.env === 'test'
+const isDevelopmentOrTest = computed(
+  () => config.public.env === 'dev' || config.public.env === 'test'
 )
 
 // Trial request data