Skip to content

Commit

Permalink
hot-fix #364 그룹 생성 요청 버튼 클릭 문제 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
TRASALBY committed May 19, 2024
1 parent 070c348 commit c45af40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fun GroupMatchingSuccessRoute(
GroupMatchingSuccessScreen(
modifier = modifier,
groupMatchingSuccessState = uiState,
onNextButtonClick = createChallenge
onNextButtonClick = viewModel::createChallenge
)

}
Expand Down

0 comments on commit c45af40

Please sign in to comment.