소스 검색

minor fix for tests

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