Skip to content

Commit

Permalink
Identify overview items by displayTitle
Browse files Browse the repository at this point in the history
  • Loading branch information
sladan-hedvig committed Oct 22, 2024
1 parent bdc8e32 commit ca41f5a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ struct ContractInformationView: View {
.transition(.opacity.combined(with: .scale))
VStack(spacing: 0) {
if let displayItems = contract.currentAgreement?.displayItems {
hSection(displayItems, id: \.displayValue) { item in
hSection(displayItems, id: \.displayTitle) { item in
hRow {
hText(item.displayTitle)
.fixedSize()
Expand Down

0 comments on commit ca41f5a

Please sign in to comment.