diff --git a/app/work/saju/result/SajuAISection.tsx b/app/work/saju/result/SajuAISection.tsx
index 63b1ed7..4f357bb 100644
--- a/app/work/saju/result/SajuAISection.tsx
+++ b/app/work/saju/result/SajuAISection.tsx
@@ -412,7 +412,7 @@ export default function SajuAISection({
재생성
- 결제 완료
+ AI 해석 완료
diff --git a/app/work/saju/result/page.tsx b/app/work/saju/result/page.tsx
index 0154502..f3f704a 100644
--- a/app/work/saju/result/page.tsx
+++ b/app/work/saju/result/page.tsx
@@ -83,7 +83,7 @@ export default async function SajuResultPage({ searchParams }: PageProps) {
const supabase = await createClient();
const { data: { user } } = await supabase.auth.getUser();
if (user) {
- hasPaid = !!user;
+ hasPaid = true;
if (hasPaid) {
// 1차: birth_hour 포함 정확한 키로 조회
@@ -537,7 +537,7 @@ export default async function SajuResultPage({ searchParams }: PageProps) {
);
})()}
- {/* 오늘의 운세 (사주 결제 시 표시) */}
+ {/* 오늘의 운세 (로그인 시 표시) */}
{hasPaid && (