Compare commits
No commits in common. "9697c40ed2c2aa6e4d0b0b5849cd306fa2690d37" and "d3502fd42170f097b591eecb4eef4b245bf2a491" have entirely different histories.
9697c40ed2
...
d3502fd421
|
|
@ -364,7 +364,6 @@ const CompletionContent: React.FC<CompletionContentProps> = ({
|
|||
|
||||
const handleCloseSocialConnect = () => {
|
||||
setShowSocialModal(false);
|
||||
onVideoComplete?.();
|
||||
};
|
||||
|
||||
const handleRetry = () => {
|
||||
|
|
|
|||
|
|
@ -130,13 +130,6 @@ const GenerationFlow: React.FC<GenerationFlowProps> = ({
|
|||
}
|
||||
}, []);
|
||||
|
||||
// 사운드 스튜디오, 영상 완성 진입 시 크레딧 갱신
|
||||
useEffect(() => {
|
||||
if (wizardStep === 2 || wizardStep === 3) {
|
||||
refreshCredits();
|
||||
}
|
||||
}, [wizardStep]);
|
||||
|
||||
// 로그인 직후 사용자 정보 + 크레딧 조회
|
||||
useEffect(() => {
|
||||
const fetchUserInfo = async () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue