소스 검색

Merge branch 'feature-year0415' into v1.4

year 3 달 전
부모
커밋
5e074c876f
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/app/[locale]/(doings)/jackpot/page.tsx

+ 1 - 0
src/app/[locale]/(doings)/jackpot/page.tsx

@@ -136,6 +136,7 @@ const Jackpot: React.FC = () => {
     };
 
     const doClaim = async () => {
+        if (!(curTabData?.is_unlock && !curTabData.is_suss)) return;
         try {
             const res = await claimActivityReward({
                 activity_id: Number(activeId),