Leon 1 년 전
부모
커밋
6aaf1ddd4b
1개의 변경된 파일3개의 추가작업 그리고 1개의 파일을 삭제
  1. 3 1
      src/features/trackTimeDuration/components/IndexConsoleMuti.tsx

+ 3 - 1
src/features/trackTimeDuration/components/IndexConsoleMuti.tsx

@@ -170,7 +170,9 @@ export default function IndexConsoleMuti(props: { status: string, event: string,
             global.scrollToLatest()
             global.refrehWeekly()
             global.refreshStreaks()
-            global.checkAccess((res as any).access)
+            if (props.event == 'end_fast'){
+                global.checkAccess((res as any).access)
+            }
 
             cancel()
         }).catch(e => {