Kaynağa Gözat

minor fix for tests

Olivier Massot 6 ay önce
ebeveyn
işleme
fc94aaa0d6
1 değiştirilmiş dosya ile 2 ekleme ve 2 silme
  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