Drop profiles Section wrapper
This commit is contained in:
parent
0047d095fb
commit
9af67e12ce
|
@ -88,12 +88,8 @@ extension OrganizerView {
|
|||
|
||||
private var mainView: some View {
|
||||
List {
|
||||
Section(
|
||||
header: Text(L10n.Global.Strings.profiles)
|
||||
) {
|
||||
ForEach(sortedHeaders, content: profileRow(forHeader:))
|
||||
.onDelete(perform: removeProfiles)
|
||||
}
|
||||
ForEach(sortedHeaders, content: profileRow(forHeader:))
|
||||
.onDelete(perform: removeProfiles)
|
||||
}.themeAnimation(on: profileManager.headers)
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue