Skip to content
Snippets Groups Projects
Commit c51a54d6 authored by 이권민's avatar 이권민
Browse files
parents b2acf217 cbcaf8f7
Branches
No related tags found
No related merge requests found
......@@ -86,6 +86,12 @@ function ResultMakeForm() {
});
setMeetingData(response.data);
setIsLoading(false);
if (
response.data.currentParticipants === response.data.maxParticipants
) {
navigate(`/resultend/${meeting_id}`);
}
} catch (error) {
console.error("데이터 로딩 에러:", error);
setIsLoading(false);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment