Skip to content

Commit

Permalink
Merge pull request #157 from Team-Notitime/feat/organization/153-orga…
Browse files Browse the repository at this point in the history
…nization-role

feat: 주석 제거 (#153)
  • Loading branch information
easyhz authored Aug 26, 2024
2 parents a79d515 + 1bbae80 commit 6925a53
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 6925a53

Please sign in to comment.