Skip to content

Commit

Permalink
[FIX/#306] 코드 리뷰 기반 수정
Browse files Browse the repository at this point in the history
  • Loading branch information
arinming committed Jan 10, 2025
1 parent 93639af commit a4d4f6f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -42,9 +42,9 @@ import kotlinx.collections.immutable.toImmutableList
@Composable
fun SearchRoute(
paddingValues: PaddingValues,
viewModel: SearchViewModel = hiltViewModel(),
navigateToSearchProcess: () -> Unit,
navigateToIntern: (Long) -> Unit,
viewModel: SearchViewModel = hiltViewModel(),
) {
val lifecycleOwner = LocalLifecycleOwner.current
val context = LocalContext.current
Expand Down

0 comments on commit a4d4f6f

Please sign in to comment.