Skip to content

Commit

Permalink
line width
Browse files Browse the repository at this point in the history
  • Loading branch information
lukaskollmer committed Dec 9, 2024
1 parent 752a89b commit 271d66e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Sources/SpeziAccount/AccountSetup.swift
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,9 @@ public struct AccountSetup<Header: View, Continue: View>: View {
EmptyServicesWarning()
} else {
VStack {
let components = account.accountSetupComponents.reduce(into: [AccountSetupSection: [any AnyAccountSetupComponent]]()) { dict, component in
let components = account.accountSetupComponents.reduce(
into: [AccountSetupSection: [any AnyAccountSetupComponent]]()
) { dict, component in
guard component.configuration.isEnabled else {
return
}
Expand Down

0 comments on commit 271d66e

Please sign in to comment.