Skip to content

Commit

Permalink
Make sure to actually hide
Browse files Browse the repository at this point in the history
  • Loading branch information
pauljohanneskraft committed Sep 12, 2024
1 parent 59ead04 commit a3fe2bf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class AccountOverviewFormViewModel {


init(_ valueConfiguration: AccountValueConfiguration, _ serviceConfiguration: AccountServiceConfiguration) {
self.categorizedAccountKeys = valueConfiguration.allCategorized()
self.categorizedAccountKeys = valueConfiguration.allCategorized(filteredBy: [.required, .collected, .supported])
self.accountServiceConfiguration = serviceConfiguration
}

Expand Down

0 comments on commit a3fe2bf

Please sign in to comment.