use the right check to show sec n privacy section in space settings
This commit is contained in:
@@ -14,7 +14,7 @@ struct SpaceSettingsScreen: View {
|
||||
var body: some View {
|
||||
Form {
|
||||
editSection
|
||||
if context.viewState.canEditRolesOrPermissions {
|
||||
if context.viewState.canSeeSecurityAndPrivacy {
|
||||
securitySection
|
||||
}
|
||||
peopleSection
|
||||
|
||||
Reference in New Issue
Block a user