Compare commits

..

No commits in common. "9697c40ed2c2aa6e4d0b0b5849cd306fa2690d37" and "d3502fd42170f097b591eecb4eef4b245bf2a491" have entirely different histories.

2 changed files with 0 additions and 8 deletions

View File

@ -364,7 +364,6 @@ const CompletionContent: React.FC<CompletionContentProps> = ({
const handleCloseSocialConnect = () => { const handleCloseSocialConnect = () => {
setShowSocialModal(false); setShowSocialModal(false);
onVideoComplete?.();
}; };
const handleRetry = () => { const handleRetry = () => {

View File

@ -130,13 +130,6 @@ const GenerationFlow: React.FC<GenerationFlowProps> = ({
} }
}, []); }, []);
// 사운드 스튜디오, 영상 완성 진입 시 크레딧 갱신
useEffect(() => {
if (wizardStep === 2 || wizardStep === 3) {
refreshCredits();
}
}, [wizardStep]);
// 로그인 직후 사용자 정보 + 크레딧 조회 // 로그인 직후 사용자 정보 + 크레딧 조회
useEffect(() => { useEffect(() => {
const fetchUserInfo = async () => { const fetchUserInfo = async () => {