Skip to content

Commit

Permalink
Remove extra divider
Browse files Browse the repository at this point in the history
  • Loading branch information
Sjmarf committed Jan 14, 2024
1 parent 84c9e38 commit e298d1d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Mlem/Views/Shared/Instance/InstanceView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,6 @@ struct InstanceView: View {
}
case .administrators:
if let administrators = instance.administrators {
Divider()
ForEach(administrators, id: \.self) { user in
UserResultView(user, complications: [.instance, .date])
Divider()
Expand Down

0 comments on commit e298d1d

Please sign in to comment.