Skip to content

Commit

Permalink
feat: 주석 제거 (#153)
Browse files Browse the repository at this point in the history
  • Loading branch information
easyhz committed Aug 26, 2024
1 parent 18cad20 commit 1bbae80
Showing 1 changed file with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -105,13 +105,6 @@ class MemberViewModel @Inject constructor(

MemberViewType.EDIT -> {
handleEditBackButton()
// reduce {
// copy(
// viewType = MemberViewType.MANAGEMENT,
// memberList = mutableStateListOf(*memberList.map { it.copy(isSelected = false) }
// .toTypedArray())
// )
// }
}

MemberViewType.STANDBY -> {}
Expand Down

0 comments on commit 1bbae80

Please sign in to comment.