From ca41f5a6e39e4d5765ff79e06ef3183fbf89f64e Mon Sep 17 00:00:00 2001 From: Sladan Nimcevic Date: Tue, 22 Oct 2024 10:56:51 +0200 Subject: [PATCH] Identify overview items by displayTitle --- Projects/Contracts/Sources/Journeys/ContractInformation.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Projects/Contracts/Sources/Journeys/ContractInformation.swift b/Projects/Contracts/Sources/Journeys/ContractInformation.swift index ed8c04683..b9f4f04b5 100755 --- a/Projects/Contracts/Sources/Journeys/ContractInformation.swift +++ b/Projects/Contracts/Sources/Journeys/ContractInformation.swift @@ -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()