Browse Source

minor fix for tests

Olivier Massot 5 months ago
parent
commit
fc94aaa0d6
1 changed files with 2 additions and 2 deletions
  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