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