Skip to content

Commit

Permalink
chore: 주석 제거
Browse files Browse the repository at this point in the history
  • Loading branch information
jinukeu committed Jan 21, 2024
1 parent 2ae42b1 commit a9a7261
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -48,11 +48,6 @@ fun CategoryContentRoute(
when (sideEffect) {
is CategorySideEffect.UpdateParentSelectedCategory -> {
updateParentSelectedCategory(sideEffect.category)
// viewModel.updateSelectedCategory(sideEffect.category)
// dateViewModel.updateNameAndCategory(
// name = null,
// categoryName = sideEffect.category?.customCategory ?: sideEffect.category?.name,
// )
}

CategorySideEffect.FocusCustomCategory -> scope.launch {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,6 @@ fun NameContentRoute(
when (sideEffect) {
is NameSideEffect.UpdateParentName -> {
updateParentName(sideEffect.name)
// dateViewModel.updateNameAndCategory(
// name = sideEffect.name,
// categoryName = null,
// )
}
}
}
Expand Down

0 comments on commit a9a7261

Please sign in to comment.