diff --git a/Projects/Feature/Sources/StudentManagement/BottomSheet/AuthorityBottomSheetVC.swift b/Projects/Feature/Sources/StudentManagement/BottomSheet/AuthorityBottomSheetVC.swift index 5b77561..8907599 100644 --- a/Projects/Feature/Sources/StudentManagement/BottomSheet/AuthorityBottomSheetVC.swift +++ b/Projects/Feature/Sources/StudentManagement/BottomSheet/AuthorityBottomSheetVC.swift @@ -100,7 +100,7 @@ public final class AuthorityBottomSheetVC: BaseViewController { blackListSwitch.isEnabled = !data.isOuting - forceOutingContainer.isHidden = data.authority == "ROLE_STUDENT_COUNCIL" || data.isBlackList + forceOutingContainer.isHidden = data.isBlackList blackListContainer.isHidden = data.authority == "ROLE_STUDENT_COUNCIL" updateLayoutForState()