Browse Source

minor fix for tests

Olivier Massot 6 tháng trước cách đây
mục cha
commit
fc94aaa0d6
1 tập tin đã thay đổi với 2 bổ sung2 xóa
  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